mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-12-03 16:49:00 +08:00
8b2d844e11
* Update aws-sdk-cpp and dependencies to 1.11.132 * Replace patches with new -DAWS_SDK_WARNINGS_ARE_ERRORS * vcpkg x-add-version --all --------- Co-authored-by: Conor Ryan <conor.ryan2@ihsmarkit.com>
20 lines
459 B
JSON
20 lines
459 B
JSON
{
|
|
"name": "aws-checksums",
|
|
"version": "0.1.16",
|
|
"description": "Cross-Platform HW accelerated CRC32c and CRC32 with fallback to efficient SW implementations.",
|
|
"homepage": "https://github.com/awslabs/aws-checksums",
|
|
"license": "Apache-2.0",
|
|
"supports": "!(windows & arm)",
|
|
"dependencies": [
|
|
"aws-c-common",
|
|
{
|
|
"name": "vcpkg-cmake",
|
|
"host": true
|
|
},
|
|
{
|
|
"name": "vcpkg-cmake-config",
|
|
"host": true
|
|
}
|
|
]
|
|
}
|