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 authored and AJenbo committed Sep 2, 2023
1 parent ef87664 commit b5cf2a3
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions 3rdParty/zlib/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,10 @@ set(CMAKE_POLICY_DEFAULT_CMP0048 NEW)

include(FetchContent)
FetchContent_Declare(zlib
URL https://www.zlib.net/zlib-1.2.13.tar.gz
https://www.zlib.net/fossils/zlib-1.2.13.tar.gz
https://github.com/madler/zlib/releases/download/v1.2.13/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 b5cf2a3

Please sign in to comment.