diff --git a/cmake/recipes/hdf5.cmake b/cmake/recipes/hdf5.cmake index 92d9f0b..43e42fc 100644 --- a/cmake/recipes/hdf5.cmake +++ b/cmake/recipes/hdf5.cmake @@ -28,7 +28,7 @@ option(HDF5_ENABLE_EMBEDDED_LIBINFO "" OFF) set (HDF5_EXTERNALLY_CONFIGURED 1) include(CPM) -CPMAddPackage("gh:HDFGroup/hdf5#ef24087b1712260d970ec78731cdfbdde8e141e9") +CPMAddPackage("https://github.com/HDFGroup/hdf5/releases/download/hdf5-1_14_2/hdf5-1_14_2.zip") target_link_libraries(hdf5-static INTERFACE hdf5_hl-static) add_library(hdf5::hdf5 ALIAS hdf5-static) \ No newline at end of file