Skip to content

Commit

Permalink
Drop HDF5 version specifier
Browse files Browse the repository at this point in the history
Current homebrew cmake fails to find HDF5 libraries
if we request a specific version.
  • Loading branch information
benmwebb committed Apr 28, 2024
1 parent dc27f68 commit 643ad76
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ find_package(Boost COMPONENTS system filesystem thread program_options iostreams
REQUIRED)

include(FindHDF5)
find_package(HDF5 1.8)
find_package(HDF5)

if("${HDF5_INCLUDE_DIRS}" MATCHES .*NOTFOUND)
set(RMF_DEPRECATED_BACKENDS 0 CACHE BOOL "Whether to build deprecated backends.")
Expand Down

0 comments on commit 643ad76

Please sign in to comment.