Skip to content

Commit

Permalink
update build scripts
Browse files Browse the repository at this point in the history
  • Loading branch information
mattldawson committed Feb 26, 2025
1 parent 6b6079a commit 4abbb44
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 8 deletions.
6 changes: 0 additions & 6 deletions test/musica/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -112,12 +112,6 @@ add_test(

add_memory_check_test(test_musica_species $<TARGET_FILE:test_musica_species> "" ${CMAKE_RUNTIME_OUTPUT_DIRECTORY})

add_subdirectory(aerosol)
add_subdirectory(aerosol_stub)
add_subdirectory(micm)
add_subdirectory(tuvx)


# MUSICA grid test
add_executable(test_musica_grid test_musica_grid.F90 musica_ccpp_namelist.F90)

Expand Down
2 changes: 1 addition & 1 deletion test/musica/aerosol/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ target_sources(test_musica_aerosol_model_mock_host

target_link_libraries(test_musica_aerosol_model_mock_host
PRIVATE
musica::musica-fortran
musica-fortran musica yaml-cpp stdc++ netcdff
)

set_target_properties(test_musica_aerosol_model_mock_host
Expand Down
2 changes: 1 addition & 1 deletion test/musica/aerosol_stub/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ target_sources(test_stub_aerosol_model

target_link_libraries(test_stub_aerosol_model
PRIVATE
musica::musica-fortran
musica-fortran musica yaml-cpp stdc++ netcdff
)

set_target_properties(test_stub_aerosol_model
Expand Down

0 comments on commit 4abbb44

Please sign in to comment.