mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-12-28 19:25:27 +08:00
05cb8362fa
* [azure-storage-common-cpp] Update to 12.2.2 ## 12.2.2 (2022-03-09) ### Features Added - Added `SetImmutabilityPolicy` permission for account SAS. - Bumped up SAS token service version to `2020-08-04`. * [azure-storage-files-datalake-cpp] Update to 12.3.1 ## 12.3.1 (2022-03-09) ### Other Changes - No public changes in this release. * [azure-storage-files-shares-cpp] Update to 12.2.1 ## 12.2.1 (2022-03-09) ### Other Changes - Deprecated enum `LeaseDuration`, use `LeaseDurationType` instead. * [azure-storage-queues-cpp] Update to 12.0.0-beta.4 ## 12.0.0-beta.4 (2022-03-09) ### Other Changes - Changed SAS token signed version to `2018-03-28`.
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.4
|
|
SHA512 8330fcbf2a8c22d7e6ac7c0dc86613c8552c645e4344599333fd68eb4a7cb446d6a4f7c0d7f630c8bab947a67d445828901f2c4999b7f27457b1c9d7ef06f988
|
|
)
|
|
|
|
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()
|