Skip to content

Commit 664a551

Browse files
authored
Updates cryptopp to v8.2.0-p1. (#496)
This version fixes compile error for Android.
1 parent 75fa113 commit 664a551

File tree

2 files changed

+12
-1
lines changed

2 files changed

+12
-1
lines changed

cmake/configs/default.cmake

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -238,7 +238,7 @@ hunter_default_version(cpuinfo VERSION 0.0.0-d5e37ad-p0)
238238
hunter_default_version(crashpad VERSION v0.0.1-p0)
239239
hunter_default_version(crashup VERSION 0.0.2)
240240
hunter_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)
242242
hunter_default_version(ctti VERSION 0.0.2)
243243
hunter_default_version(cub VERSION 1.8.0-p0)
244244
hunter_default_version(cvmatio VERSION 1.0.28)

cmake/projects/cryptopp/hunter.cmake

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,17 @@ include(hunter_cmake_args)
66
include(hunter_download)
77
include(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+
920
hunter_add_version(
1021
PACKAGE_NAME
1122
cryptopp

0 commit comments

Comments
 (0)