From 0d1cb5ebb6805b3d00fb323a31e91fb5998c7853 Mon Sep 17 00:00:00 2001 From: DavidAce Date: Mon, 4 Apr 2022 19:15:55 +0200 Subject: [PATCH] Added support for finding HDF5 1.13.1 as a dependency of h5pp after install --- cmake/h5ppDeps.cmake.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cmake/h5ppDeps.cmake.in b/cmake/h5ppDeps.cmake.in index 87a11ed3..ead1e7cc 100644 --- a/cmake/h5ppDeps.cmake.in +++ b/cmake/h5ppDeps.cmake.in @@ -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.