Browse Source

Bump libpng

The only new commit is 3fe9510f01

Fixes #3851
pull/3924/head
Gleb Mazovetskiy 4 years ago committed by Anders Jenbo
parent
commit
074f191be8
  1. 4
      3rdParty/libpng/CMakeLists.txt

4
3rdParty/libpng/CMakeLists.txt vendored

@ -25,8 +25,8 @@ endif()
include(FetchContent) include(FetchContent)
FetchContent_Declare(libpng FetchContent_Declare(libpng
URL https://github.com/diasurgical/libpng/archive/062dbf095f84b6db90d13e820fb60ec4ed545639.tar.gz URL https://github.com/diasurgical/libpng/archive/3fe9510f01748b8c706550974e23b09166e5a42d.tar.gz
URL_HASH MD5=4c0a3862cb218d88889fb4189cb85c5d URL_HASH MD5=5c813665b54143a1c2a89dd38b598075
) )
FetchContent_MakeAvailableExcludeFromAll(libpng) FetchContent_MakeAvailableExcludeFromAll(libpng)

Loading…
Cancel
Save