Skip to content

Commit

Permalink
update build script
Browse files Browse the repository at this point in the history
  • Loading branch information
mattldawson committed Sep 27, 2024
1 parent 608e188 commit efcc692
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion fortran/test/unit/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ if (MUSICA_ENABLE_MICM)
create_standard_test_fortran(NAME micm_fortran_api SOURCES ../fetch_content_integration/test_micm_api.F90)
create_standard_test_fortran(NAME get_micm_version SOURCES ../fetch_content_integration/test_get_micm_version.F90)
create_standard_test_fortran(NAME micm_box_model SOURCES ../fetch_content_integration/test_micm_box_model.F90)
create_standard_test_fortran(NAME demo_fortran SOURCES ../tutorial/demo.f90)
create_standard_test_fortran(NAME demo_fortran SOURCES ../tutorial/demo.F90)
endif()

if (MUSICA_ENABLE_TUVX)
Expand Down

0 comments on commit efcc692

Please sign in to comment.