Bump zlib to 1.3.1

This commit is contained in:
Alexander Batalov 2024-03-03 09:39:06 +03:00
parent 16b044ae31
commit 95cbba3920
1 changed files with 4 additions and 1 deletions

View File

@ -1,8 +1,11 @@
# Do not build examples.
set(ZLIB_BUILD_EXAMPLES OFF)
include(FetchContent)
FetchContent_Declare(zlib
GIT_REPOSITORY "https://github.com/madler/zlib"
GIT_TAG "v1.3"
GIT_TAG "v1.3.1"
)
FetchContent_GetProperties(zlib)