Skip to content

Commit

Permalink
Set minimum version in find_package
Browse files Browse the repository at this point in the history
Signed-off-by: Steven Hahn <hahnse@ornl.gov>
  • Loading branch information
quantumsteve committed Dec 1, 2022
1 parent 7119773 commit 9074640
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 @@ -653,7 +653,7 @@ else()
set(HDF5_USE_STATIC_LIBRARIES off)
endif()

find_package(HDF5 COMPONENTS C)
find_package(HDF5 1.10 COMPONENTS C)

if(HDF5_FOUND)
if(HDF5_IS_PARALLEL)
Expand Down

0 comments on commit 9074640

Please sign in to comment.