From 96aedf060553c10080347443745c8268bfb311e9 Mon Sep 17 00:00:00 2001 From: staphen Date: Thu, 13 Oct 2022 18:38:20 -0400 Subject: [PATCH] Update zlib to 1.2.13 --- 3rdParty/zlib/CMakeLists.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/3rdParty/zlib/CMakeLists.txt b/3rdParty/zlib/CMakeLists.txt index bab8831f9..8644fb71c 100644 --- a/3rdParty/zlib/CMakeLists.txt +++ b/3rdParty/zlib/CMakeLists.txt @@ -2,8 +2,8 @@ include(functions/FetchContent_MakeAvailableExcludeFromAll) include(FetchContent) FetchContent_Declare(zlib - URL https://www.zlib.net/zlib-1.2.12.tar.gz - URL_HASH MD5=5fc414a9726be31427b440b434d05f78 + URL https://www.zlib.net/zlib-1.2.13.tar.gz + URL_HASH MD5=9b8aa094c4e5765dabf4da391f00d15c ) FetchContent_MakeAvailableExcludeFromAll(zlib)