Skip to content

Commit

Permalink
Merge topic 'findhdf5-fix-nohl' into release-3.18
Browse files Browse the repository at this point in the history
e038107 FindHDF5: fix compiler detection when HL is disabled

Acked-by: Kitware Robot <[email protected]>
Merge-request: !5112
  • Loading branch information
bradking authored and kwrobot committed Aug 11, 2020
2 parents 5c9edd3 + e038107 commit 9ccd13d
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion Modules/FindHDF5.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -208,7 +208,6 @@ function(_HDF5_test_regular_compiler_C success version is_parallel)
set(test_file ${scratch_directory}/cmake_hdf5_test.c)
file(WRITE ${test_file}
"#include <hdf5.h>\n"
"#include <hdf5_hl.h>\n"
"const char* info_ver = \"INFO\" \":\" H5_VERSION;\n"
"#ifdef H5_HAVE_PARALLEL\n"
"const char* info_parallel = \"INFO\" \":\" \"PARALLEL\";\n"
Expand Down

0 comments on commit 9ccd13d

Please sign in to comment.