We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents f60e8bc + 254269a commit 09ae34dCopy full SHA for 09ae34d
cmake/npz.cmake
@@ -19,8 +19,8 @@ if (SPECFEM_ENABLE_NPZ)
19
include(FetchContent)
20
21
# Set the specific version you want
22
- set(SPECFEM_ZLIB_VERSION "1.3" CACHE STRING "ZLIB version to use for source install")
23
- set(ZLIB_SOURCE_URL "https://github.com/madler/zlib/releases/download/v${SPECFEM_ZLIB_VERSION}/zlib-${SPECFEM_ZLIB_VERSION}.tar.gz")
+ set(SPECFEM_ZLIB_VERSION "1.3.1" CACHE STRING "ZLIB version to use for source install")
+ set(ZLIB_SOURCE_URL "https://github.com/madler/zlib/archive/refs/tags/v${SPECFEM_ZLIB_VERSION}.tar.gz")
24
25
if (CMAKE_VERSION VERSION_LESS "3.28.0")
26
FetchContent_Declare(
0 commit comments