mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-12-03 20:09:00 +08:00
b6b8b08aae
* [azure-storage-blobs-cpp] Update to 12.2.1 ## 12.2.1 (2021-11-08) ### Other Changes - `DefaultEncryptionScope` and `PreventEncryptionScopeOverride` in `BlobContainerProperties` were changed to optional. * [azure-storage-queues-cpp] Update to 12.0.0-beta.2 ## 12.0.0-beta.2 (2021-11-08) ### Breaking Changes - Renamed `GetServicePropertiesResult` to `QueueServiceProperties`. - Renamed `GetServiceStatisticsResult` to `ServiceStatistics`. - Renamed `GetQueuePropertiesResult` to `QueueProperties`. - Renamed `GetQueueAccessPolicyResult` to `QueueAccessPolicy`. - Wrapped the first parameter of `QueueClient::SetAccessPolicy`, a vector of signed identifiers into a struct `QueueAccessPolicy`. - Renamed `ReceiveMessagesResult` to `ReceivedMessages`. - Renamed `PeekMessagesResult` to `PeekedMessages`.
19 lines
611 B
CMake
19 lines
611 B
CMake
vcpkg_from_github(
|
|
OUT_SOURCE_PATH SOURCE_PATH
|
|
REPO Azure/azure-sdk-for-cpp
|
|
REF azure-storage-queues_12.0.0-beta.2
|
|
SHA512 43815483aa8def6eb475683d765a5315a65218bceb9dbf95b9f4e154c23ed8af1af4a52943b4b89fed35b50318407c98674e8af4c4076e42be60f460a610a118
|
|
)
|
|
|
|
vcpkg_cmake_configure(
|
|
SOURCE_PATH ${SOURCE_PATH}/sdk/storage/azure-storage-queues/
|
|
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()
|