File tree Expand file tree Collapse file tree 2 files changed +12
-1
lines changed Expand file tree Collapse file tree 2 files changed +12
-1
lines changed Original file line number Diff line number Diff line change @@ -238,7 +238,7 @@ hunter_default_version(cpuinfo VERSION 0.0.0-d5e37ad-p0)
238238hunter_default_version(crashpad VERSION v0.0.1-p0)
239239hunter_default_version(crashup VERSION 0.0.2)
240240hunter_default_version(crc32c VERSION 1.1.1)
241- hunter_default_version(cryptopp VERSION 8.2.0-p0 )
241+ hunter_default_version(cryptopp VERSION 8.2.0-p1 )
242242hunter_default_version(ctti VERSION 0.0.2)
243243hunter_default_version(cub VERSION 1.8.0-p0)
244244hunter_default_version(cvmatio VERSION 1.0.28)
Original file line number Diff line number Diff line change @@ -6,6 +6,17 @@ include(hunter_cmake_args)
66include (hunter_download)
77include (hunter_pick_scheme)
88
9+ hunter_add_version(
10+ PACKAGE_NAME
11+ cryptopp
12+ VERSION
13+ "8.2.0-p1"
14+ URL
15+ "https://github.com/cpp-pm/cryptopp/archive/v8.2.0-p1.tar.gz"
16+ SHA1
17+ ad02d426c04ea576640f71908220b47be4a066b0
18+ )
19+
920hunter_add_version(
1021 PACKAGE_NAME
1122 cryptopp
You can’t perform that action at this time.
0 commit comments