mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-12-01 17:09:01 +08:00
0bca224634
* [azure-storage-common-cpp] Update to 12.2.1 ## 12.2.1 (2022-02-14) ### Other Changes - No public changes in this release. * [azure-storage-blobs-cpp] Update to 12.3.0 ## 12.3.0 (2022-02-14) ### Features Added - Added `VersionId` in `SetBlobMetadataResult`. * [azure-storage-files-datalake-cpp] Update to 12.3.0 ## 12.3.0 (2022-02-14) ### Other Changes - Deprecated enum `LeaseDuration`, use `LeaseDurationType` instead. * [azure-storage-queues-cpp] Update to 12.0.0-beta.3 ## 12.0.0-beta.3 (2022-02-14) ### Other Changes - No public changes in this release.
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.3
|
|
SHA512 ca27afcd552aa58d7c0299d8c2e7bfcd08fad80b1437df393437612cc30e039a3d73042979e26d01391c690a4c9865e49c2bc1b98a1009e0bbb15515d024be5a
|
|
)
|
|
|
|
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()
|