mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-25 14:19:07 +08:00
7f7ac83c24
* [azure-security-keyvault-certificates-cpp] Update to 4.2.0 ## 4.2.0 (2023-05-09) ### Features Added - Added support for challenge-based and multi-tenant authentication. * [azure-security-keyvault-secrets-cpp] Update to 4.2.0 ## 4.2.0 (2023-05-09) ### Features Added - Added support for challenge-based and multi-tenant authentication. * [azure-security-keyvault-keys-cpp] Update to 4.4.0 ## 4.4.0 (2023-05-09) ### Features Added - Added support for challenge-based and multi-tenant authentication. ### Bugs Fixed - [3366](https://github.com/Azure/azure-sdk-for-cpp/issues/4466) Fixed the user-agent string sent to the service to include the "keys" suffix in the value, when using `CryptographyClient`.
19 lines
638 B
CMake
19 lines
638 B
CMake
vcpkg_from_github(
|
|
OUT_SOURCE_PATH SOURCE_PATH
|
|
REPO Azure/azure-sdk-for-cpp
|
|
REF azure-security-keyvault-certificates_4.2.0
|
|
SHA512 bcfbeb47bbf0871113be3a7704b519af2b3209304be8f9c29874325e8efd3e4e440706aae1f86139076097b31e3777b85e3c9b01861bc5ace9113645d8a97260
|
|
)
|
|
|
|
vcpkg_cmake_configure(
|
|
SOURCE_PATH "${SOURCE_PATH}/sdk/keyvault/azure-security-keyvault-certificates/"
|
|
OPTIONS
|
|
-DWARNINGS_AS_ERRORS=OFF
|
|
)
|
|
|
|
vcpkg_cmake_install()
|
|
file(REMOVE_RECURSE "${CURRENT_PACKAGES_DIR}/debug/include")
|
|
vcpkg_cmake_config_fixup()
|
|
file(REMOVE_RECURSE "${CURRENT_PACKAGES_DIR}/debug/share")
|
|
vcpkg_copy_pdbs()
|