From 0e447c55a814cbc5472ca8359ecfdc9f24235c0b Mon Sep 17 00:00:00 2001 From: Eir Nym <485399+eirnym@users.noreply.github.com> Date: Thu, 28 Sep 2023 16:26:52 +0200 Subject: [PATCH] Upgrade zlib to 1.3 (#323) --- third_party/zlib/CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/third_party/zlib/CMakeLists.txt b/third_party/zlib/CMakeLists.txt index 7a89186..7cca827 100644 --- a/third_party/zlib/CMakeLists.txt +++ b/third_party/zlib/CMakeLists.txt @@ -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)