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 @@ -235,7 +235,7 @@ hunter_default_version(cpuinfo VERSION 0.0.0-d5e37ad-p0)
hunter_default_version(crashpad VERSION v0.0.1-p0)
hunter_default_version(crashup VERSION 0.0.2)
hunter_default_version(crc32c VERSION 1.1.1)
hunter_default_version(cryptopp VERSION 8.2.0-p0)
hunter_default_version(cryptopp VERSION 8.2.0-p1)
hunter_default_version(ctti VERSION 0.0.2)
hunter_default_version(cub VERSION 1.8.0-p0)
hunter_default_version(cvmatio VERSION 1.0.28)
Expand Down
11 changes: 11 additions & 0 deletions cmake/projects/cryptopp/hunter.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,17 @@ include(hunter_cmake_args)
include(hunter_download)
include(hunter_pick_scheme)

hunter_add_version(
PACKAGE_NAME
cryptopp
VERSION
"8.2.0-p1"
URL
"https://github.com/cpp-pm/cryptopp/archive/v8.2.0-p1.tar.gz"
SHA1
ad02d426c04ea576640f71908220b47be4a066b0
)

hunter_add_version(
PACKAGE_NAME
cryptopp
Expand Down