Skip to content

Commit

Permalink
bump zlib to 1.3.1
Browse files Browse the repository at this point in the history
  • Loading branch information
nschimme committed Jan 27, 2024
1 parent b653bb4 commit 9921235
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions external/zlib/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -33,8 +33,8 @@ else()
message(STATUS "Could not find system zlib; building as a static library")
include(ExternalProject)
ExternalProject_Add(zlib
URL "https://www.zlib.net/zlib-1.3.tar.gz"
URL_HASH SHA256=ff0ba4c292013dbc27530b3a81e1f9a813cd39de01ca5e0f8bf355702efa593e
URL "https://www.zlib.net/zlib-1.3.1.tar.gz"
URL_HASH SHA256=9a93b2b7dfdac77ceba5a558a580e74667dd6fede4585b91eefb60f03b72df23

SOURCE_DIR "${CMAKE_CURRENT_BINARY_DIR}/zlib-src"
BINARY_DIR "${CMAKE_CURRENT_BINARY_DIR}/zlib-build"
Expand Down

0 comments on commit 9921235

Please sign in to comment.