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 @@ -400,7 +400,7 @@ hunter_default_version(md5 VERSION 1.6)
hunter_default_version(meshoptimizer VERSION 0.16-86740c2-p0)
hunter_default_version(mini_chromium VERSION 0.0.1-p2)
hunter_default_version(miniz VERSION 3.0.2)
hunter_default_version(minizip VERSION 1.0.1-p3)
hunter_default_version(minizip VERSION 1.0.1-p4)
hunter_default_version(mkl VERSION 20190502)
hunter_default_version(mkldnn VERSION 0.19-p0)
hunter_default_version(mng VERSION 2.0.3-p2)
Expand Down
11 changes: 11 additions & 0 deletions cmake/projects/minizip/hunter.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,17 @@ include(hunter_download)
include(hunter_pick_scheme)
include(hunter_cmake_args)

hunter_add_version(
PACKAGE_NAME
minizip
VERSION
"1.0.1-p4"
URL
"https://github.com/cpp-pm/minizip/archive/refs/tags/v1.0.1-p4.tar.gz"
SHA1
2d63b244e4566b3f962d82d4d6d564796e0d314d
)

hunter_add_version(
PACKAGE_NAME
minizip
Expand Down
Loading