Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion cmake/configs/default.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -164,7 +164,7 @@ hunter_default_version(WebKit VERSION 0.0.2-p0)
hunter_default_version(WebP VERSION 1.2.4-p0)
hunter_default_version(WinSparkle VERSION 0.4.0)
hunter_default_version(YAJL VERSION 2.1.0-p0)
hunter_default_version(ZLIB VERSION 1.3.0-p0)
hunter_default_version(ZLIB VERSION 1.3.1-p0)
hunter_default_version(ZMQPP VERSION 4.2.0-p0)
hunter_default_version(ZeroMQ VERSION 4.2.3-p1)
hunter_default_version(Zug VERSION 0.0.1-be20cae)
Expand Down
11 changes: 11 additions & 0 deletions cmake/projects/ZLIB/hunter.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -107,6 +107,17 @@ hunter_add_version(
311ca59e20cbbfe9d9e05196c12c6ae109093987
)

hunter_add_version(
PACKAGE_NAME
ZLIB
VERSION
"1.3.1-p0"
URL
"https://github.com/cpp-pm/zlib/archive/refs/tags/v1.3.1-p0.tar.gz"
SHA1
95a5c97dda575b1487d30760c07330e078ffc3c9
)

hunter_add_version(
PACKAGE_NAME
ZLIB
Expand Down
Loading