mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-12-27 10:21:07 +08:00
[cryptopp] Update CMake build script (#29404)
This commit is contained in:
parent
7229e06586
commit
ffd75fe389
@ -3,8 +3,8 @@ vcpkg_check_linkage(ONLY_STATIC_LIBRARY)
|
|||||||
vcpkg_from_github(
|
vcpkg_from_github(
|
||||||
OUT_SOURCE_PATH CMAKE_SOURCE_PATH
|
OUT_SOURCE_PATH CMAKE_SOURCE_PATH
|
||||||
REPO abdes/cryptopp-cmake
|
REPO abdes/cryptopp-cmake
|
||||||
REF 51d00a28d761b7ae1585ee554a55fd8e6b943c9a #CRYPTOPP_8_7_0
|
REF 206aab4cb1e6e78b8460b8c0fe08449c280e321e #CRYPTOPP_8_7_0_1
|
||||||
SHA512 cd4d6ea6b33495dd63f4204c45c6cc2a850f26d36465b7edfcca359eb7b6a3623b6116d2ab44da311cbf1dbbcb9731ab78a94fce21eb162c9773e4bf191f669a
|
SHA512 594cf9c277d703462375bdd466acd0145e849f55a7519ab266c3f2a6bd810341e86b088b9b4419a2ba2e63146c26de5ac295be071ec008dffdee8dc1edf32157
|
||||||
HEAD_REF master
|
HEAD_REF master
|
||||||
)
|
)
|
||||||
|
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
{
|
{
|
||||||
"name": "cryptopp",
|
"name": "cryptopp",
|
||||||
"version": "8.7.0",
|
"version": "8.7.0",
|
||||||
"port-version": 2,
|
"port-version": 3,
|
||||||
"description": "Crypto++ is a free C++ class library of cryptographic schemes.",
|
"description": "Crypto++ is a free C++ class library of cryptographic schemes.",
|
||||||
"homepage": "https://github.com/weidai11/cryptopp",
|
"homepage": "https://github.com/weidai11/cryptopp",
|
||||||
"license": "BSL-1.0",
|
"license": "BSL-1.0",
|
||||||
|
@ -1798,7 +1798,7 @@
|
|||||||
},
|
},
|
||||||
"cryptopp": {
|
"cryptopp": {
|
||||||
"baseline": "8.7.0",
|
"baseline": "8.7.0",
|
||||||
"port-version": 2
|
"port-version": 3
|
||||||
},
|
},
|
||||||
"cserialport": {
|
"cserialport": {
|
||||||
"baseline": "4.2.1",
|
"baseline": "4.2.1",
|
||||||
|
@ -1,5 +1,10 @@
|
|||||||
{
|
{
|
||||||
"versions": [
|
"versions": [
|
||||||
|
{
|
||||||
|
"git-tree": "21a45a2fb90fe76c026e8033c58c699d63cbf4e9",
|
||||||
|
"version": "8.7.0",
|
||||||
|
"port-version": 3
|
||||||
|
},
|
||||||
{
|
{
|
||||||
"git-tree": "20b463ab90fac219ea14ff22661b9afbff15b54a",
|
"git-tree": "20b463ab90fac219ea14ff22661b9afbff15b54a",
|
||||||
"version": "8.7.0",
|
"version": "8.7.0",
|
||||||
|
Loading…
x
Reference in New Issue
Block a user