Skip to content

Commit

Permalink
reworked check for parallel and thread-safe HDF5 builds
Browse files Browse the repository at this point in the history
  • Loading branch information
brtnfld committed Jun 4, 2024
1 parent 041e19f commit 71b30f8
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -35,8 +35,6 @@ endif()
include(CheckSymbolExists)
list(APPEND CMAKE_REQUIRED_INCLUDES ${HDF5_INCLUDE_DIRS})
if(NOT HDF5_IS_PARALLEL)
message(FATAL_ERROR "HDF5 library needs to enable parallel support.")
else()
check_symbol_exists(H5_HAVE_PARALLEL "H5pubconf.h" HDF5_HAVE_PARALLEL)
if(NOT HDF5_HAVE_PARALLEL)
message(FATAL_ERROR "HDF5 library needs to enable parallel support.")
Expand Down

0 comments on commit 71b30f8

Please sign in to comment.