Skip to content

Commit e54e2c3

Browse files
committed
Upgrade Zlib to 1.3.1
Zlib 1.2 is incompatible with CMake 4
1 parent 8e4404e commit e54e2c3

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

library_builders.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -266,7 +266,7 @@ function build_zfp {
266266
function build_zlib {
267267
if [ -e zlib-stamp ]; then return; fi
268268

269-
ZLIB_VERSION="1.2.13"
269+
ZLIB_VERSION="1.3.1"
270270

271271
curl -sLO https://zlib.net/fossils/zlib-$ZLIB_VERSION.tar.gz
272272
file zlib*.tar.gz

0 commit comments

Comments
 (0)