Skip to content

Commit

Permalink
using zip for hdf5 that includes gen files
Browse files Browse the repository at this point in the history
  • Loading branch information
teseoch committed Oct 19, 2023
1 parent b41de37 commit ef005d4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmake/recipes/hdf5.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -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)

0 comments on commit ef005d4

Please sign in to comment.