mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-12-02 18:51:39 +08:00
c1f48cbfbe
* cryptopp: Fix compilation with clang-cl * Add clang-cl 12.0+ to supported configurations * Use MSVC path to detect CRYPTOPP_CXX17_UNCAUGHT_EXCEPTIONS * cryptopp: Update port version * cryptopp: Fix clang-cl SIMD flag detection * Patch CheckCompileLinkOption to use try_compile on all platforms * Use GNU path when detecing SSE options with clang-cl
23 lines
449 B
JSON
23 lines
449 B
JSON
{
|
|
"name": "cryptopp",
|
|
"version": "8.6.0",
|
|
"port-version": 1,
|
|
"description": "Crypto++ is a free C++ class library of cryptographic schemes.",
|
|
"homepage": "https://github.com/weidai11/cryptopp",
|
|
"dependencies": [
|
|
{
|
|
"name": "vcpkg-cmake",
|
|
"host": true
|
|
},
|
|
{
|
|
"name": "vcpkg-cmake-config",
|
|
"host": true
|
|
}
|
|
],
|
|
"features": {
|
|
"pem-pack": {
|
|
"description": "Crypto++ with PEM pack"
|
|
}
|
|
}
|
|
}
|