Skip to content

Commit

Permalink
PNG update
Browse files Browse the repository at this point in the history
  • Loading branch information
nagyt2 committed May 19, 2021
1 parent 02ab24e commit a0e4d9f
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 1 deletion.
2 changes: 1 addition & 1 deletion cmake/configs/default.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -113,7 +113,7 @@ hunter_default_version(OpenNMTTokenizer VERSION 1.11.0-p1)
hunter_default_version(OpenSSL VERSION 1.1.1j)
hunter_default_version(OpenSceneGraph VERSION 3.6.3-p0)
hunter_default_version(Opus VERSION 1.3.1)
hunter_default_version(PNG VERSION 1.6.26-p6)
hunter_default_version(PNG VERSION 1.6.36-t0)
hunter_default_version(PROJ4 VERSION 5.0.0)
hunter_default_version(PhysUnits VERSION 1.1.0-p0)
hunter_default_version(PocoCpp VERSION 1.10.1-p0)
Expand Down
11 changes: 11 additions & 0 deletions cmake/projects/PNG/hunter.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -98,6 +98,17 @@ hunter_add_version(
dee61a3f48ed2d436a4e7fb8cdaf3cabaa3e604e
)

hunter_add_version(
PACKAGE_NAME
PNG
VERSION
"1.6.36-t0"
URL
"https://github.com/DEEP-IMPACT-AG/libpng/archive/refs/tags/v1.6.36-t0.tar.gz"
SHA1
07cd1428cd8c17d6672d2540b0ece029e67ccc0b
)

hunter_cmake_args(PNG CMAKE_ARGS PNG_TESTS=OFF)

hunter_pick_scheme(DEFAULT url_sha1_cmake)
Expand Down

0 comments on commit a0e4d9f

Please sign in to comment.