Skip to content

Commit

Permalink
Added support for finding HDF5 1.13.1 as a dependency of h5pp after i…
Browse files Browse the repository at this point in the history
…nstall
  • Loading branch information
DavidAce committed Apr 4, 2022
1 parent 2246259 commit 0d1cb5e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmake/h5ppDeps.cmake.in
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ endif()

# HDF5 must be found either way, so set it to required
if(CMAKE_VERSION VERSION_GREATER_EQUAL 3.19)
find_dependency(HDF5 1.8...1.13 COMPONENTS C HL REQUIRED)
find_dependency(HDF5 1.8...1.13.1 COMPONENTS C HL REQUIRED)
else()
# h5pp is compatible with 1.8 to 1.13, however, builds from source will reject
# new versions if we set the version to 1.8 (minimum) here.
Expand Down

0 comments on commit 0d1cb5e

Please sign in to comment.