Upgrade zlib to 1.3 (#323)

This commit is contained in:
Eir Nym 2023-09-28 16:26:52 +02:00 committed by GitHub
parent 91806d8ccb
commit 0e447c55a8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -2,7 +2,7 @@ include(FetchContent)
FetchContent_Declare(zlib
GIT_REPOSITORY "https://github.com/madler/zlib"
GIT_TAG "v1.2.11"
GIT_TAG "v1.3"
)
FetchContent_GetProperties(zlib)