Skip to content

Commit c050f22

Browse files
committed
Update HDF5 version requirement to 1.14 in CMakeLists.txt
1 parent c2a2b9e commit c050f22

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ else()
2626
endif()
2727

2828
message(STATUS "Looking for HDF5")
29-
find_package(HDF5 1.10 COMPONENTS C CXX HL CONFIG REQUIRED)
29+
find_package(HDF5 1.14 COMPONENTS C CXX HL CONFIG REQUIRED)
3030
if (HDF5_FOUND)
3131
message(STATUS "HDF5 was found ... ${HDF5_VERSION}")
3232
include_directories(${HDF5_INCLUDE_DIRS})

0 commit comments

Comments
 (0)