Skip to content

Commit 09ae34d

Browse files
authored
Merge pull request #1624 from PrincetonUniversity/zlib-fix
Bumped Zlib version
2 parents f60e8bc + 254269a commit 09ae34d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

cmake/npz.cmake

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,8 +19,8 @@ if (SPECFEM_ENABLE_NPZ)
1919
include(FetchContent)
2020

2121
# 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")
22+
set(SPECFEM_ZLIB_VERSION "1.3.1" CACHE STRING "ZLIB version to use for source install")
23+
set(ZLIB_SOURCE_URL "https://github.com/madler/zlib/archive/refs/tags/v${SPECFEM_ZLIB_VERSION}.tar.gz")
2424

2525
if (CMAKE_VERSION VERSION_LESS "3.28.0")
2626
FetchContent_Declare(

0 commit comments

Comments
 (0)