Skip to content
This repository was archived by the owner on May 7, 2020. It is now read-only.

Commit 12e0ce8

Browse files
Upgrade libpng to v1.6.37
1 parent 8da5309 commit 12e0ce8

3 files changed

Lines changed: 2 additions & 2 deletions

File tree

third_party/libpng/CMakeLists.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@ include(ExternalProject)
22

33
ExternalProject_Add(
44
libpng
5-
URL "${CMAKE_SOURCE_DIR}/third_party/libpng/libpng-1.6.36.tar.gz"
6-
URL_HASH "SHA256=ca13c548bde5fb6ff7117cc0bdab38808acb699c0eccb613f0e4697826e1fd7d"
5+
URL "${CMAKE_SOURCE_DIR}/third_party/libpng/libpng-1.6.37.tar.gz"
6+
URL_HASH "SHA256=daeb2620d829575513e35fecc83f0d3791a620b9b93d800b763542ece9390fb4"
77
INSTALL_DIR "${CMAKE_BINARY_DIR}/vendor"
88
CMAKE_ARGS
99
"-DCMAKE_BUILD_TYPE=${CMAKE_BUILD_TYPE}"
-1.43 MB
Binary file not shown.
1.43 MB
Binary file not shown.

0 commit comments

Comments
 (0)