Skip to content

Commit

Permalink
Merge pull request #2983 from edwardhartnett/ejh_cmake
Browse files Browse the repository at this point in the history
fixed message commands in CMakeLists.txt, and ncdump dependency problems for tst_nccopy4 in CMake build
  • Loading branch information
WardF authored Aug 19, 2024
2 parents 0cced87 + 556aef8 commit 26e0b45
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions ncdump/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -261,7 +261,6 @@ endif()
add_sh_test(ncdump_shell tst_h_scalar)
add_sh_test(ncdump tst_mud)
add_sh_test(ncdump tst_grp_spec)
add_sh_test(ncdump tst_nccopy5)
add_sh_test(ncdump tst_inttags4)
add_sh_test(ncdump run_utf8_nc4_tests)
add_sh_test(ncdump tst_fileinfo)
Expand All @@ -276,8 +275,7 @@ endif()
"ncdump_ncgen_tests;ncdump_tst_ncgen4;ncdump_tst_fillbug;ncdump_tst_netcdf4_4;ncdump_tst_h_scalar;ncdump_tst_netcdf4;ncdump_run_ncgen_tests;ncdump_tst_output;ncdump_tst_ncgen4;ncdump_sh_tst_fillbug;tst_comp;tst_comp2;tst_nans;tst_opaque_data;tst_create_files;tst_special_atts;ncdump_tst_nccopy3")
set_tests_properties(ncdump_tst_nccopy4 PROPERTIES RUN_SERIAL TRUE)
add_sh_test(ncdump tst_calendars_nc4)

set_tests_properties(ncdump_tst_nccopy4 PROPERTIES DEPENDS "")
add_sh_test(ncdump tst_nccopy5)
set_tests_properties(ncdump_tst_nccopy5 PROPERTIES DEPENDS "ncdump_tst_nccopy4")

endif(USE_HDF5)
Expand Down

0 comments on commit 26e0b45

Please sign in to comment.