Upgrade zlib to 1.3

This commit is contained in:
Eir Nym 2023-09-25 15:20:20 +02:00
parent 91806d8ccb
commit dc1e830130
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)