Skip to content

Commit

Permalink
Bump zlib to 1.3
Browse files Browse the repository at this point in the history
  • Loading branch information
glebm committed Sep 2, 2023
1 parent 354395e commit e7ff262
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions third_party/zlib/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,10 @@ set(CMAKE_POLICY_DEFAULT_CMP0048 NEW)

include(FetchContent)
FetchContent_Declare(zlib
URL https://www.zlib.net/zlib-1.2.13.tar.gz
URL_HASH MD5=9b8aa094c4e5765dabf4da391f00d15c
URL https://www.zlib.net/zlib-1.3.tar.gz
https://www.zlib.net/fossils/zlib-1.3.tar.gz
https://github.com/madler/zlib/releases/download/v1.3/zlib-1.3.tar.gz
URL_HASH MD5=60373b133d630f74f4a1f94c1185a53f
)
FetchContent_MakeAvailableExcludeFromAll(zlib)

Expand Down

0 comments on commit e7ff262

Please sign in to comment.