mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-12-04 00:39:18 +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
628 B
CMake
19 lines
628 B
CMake
vcpkg_from_github(
|
|
OUT_SOURCE_PATH SOURCE_PATH
|
|
REPO Azure/azure-sdk-for-cpp
|
|
REF azure-security-keyvault-secrets_4.2.0
|
|
SHA512 1f464e60f9cb234bb28c3daa5abb0a27fdb9c75327f7eb84b3d5215524457aae9b6c64617a35175341afcaf0da39373190c867fb1d5a1780b9395062a7420aaa
|
|
)
|
|
|
|
vcpkg_cmake_configure(
|
|
SOURCE_PATH "${SOURCE_PATH}/sdk/keyvault/azure-security-keyvault-secrets/"
|
|
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()
|