From 074f191be80db73b1158dd137f7bee4c767e48ce Mon Sep 17 00:00:00 2001 From: Gleb Mazovetskiy Date: Fri, 7 Jan 2022 17:34:51 +0000 Subject: [PATCH] Bump libpng The only new commit is https://github.com/diasurgical/libpng/commit/3fe9510f01748b8c706550974e23b09166e5a42d Fixes #3851 --- 3rdParty/libpng/CMakeLists.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/3rdParty/libpng/CMakeLists.txt b/3rdParty/libpng/CMakeLists.txt index 724e3ef14..f5bc68e07 100644 --- a/3rdParty/libpng/CMakeLists.txt +++ b/3rdParty/libpng/CMakeLists.txt @@ -25,8 +25,8 @@ endif() include(FetchContent) FetchContent_Declare(libpng - URL https://github.com/diasurgical/libpng/archive/062dbf095f84b6db90d13e820fb60ec4ed545639.tar.gz - URL_HASH MD5=4c0a3862cb218d88889fb4189cb85c5d + URL https://github.com/diasurgical/libpng/archive/3fe9510f01748b8c706550974e23b09166e5a42d.tar.gz + URL_HASH MD5=5c813665b54143a1c2a89dd38b598075 ) FetchContent_MakeAvailableExcludeFromAll(libpng)