mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-24 14:29:06 +08:00
4e485c34f5
* [azure-storage-common-cpp] Update to 12.2.3 ## 12.2.3 (2022-04-06) ### Bugs Fixed - Fixed a bug where we got error when XML request body is too big. * [azure-storage-blobs-cpp] Update to 12.4.0 ## 12.4.0 (2022-04-06) ### Other changes - No public changes in this release. * [azure-storage-queues-cpp] Update to 12.0.0 ## 12.0.0 (2022-04-06) ### New Features - This release includes all features from beta.1 to beta.4. This is the first stable release of a ground-up rewrite of our client libraries to ensure consistency, idiomatic design, productivity and an excellent developer experience. It was created following the [Azure SDK Design Guideline for C++](https://azure.github.io/azure-sdk/cpp_introduction.html). * remove version comparison on openssl Co-authored-by: nicole mazzuca <mazzucan@outlook.com>
19 lines
604 B
CMake
19 lines
604 B
CMake
vcpkg_from_github(
|
|
OUT_SOURCE_PATH SOURCE_PATH
|
|
REPO Azure/azure-sdk-for-cpp
|
|
REF azure-storage-queues_12.0.0
|
|
SHA512 f393d481a9bb098d1a361605d9d55e1385ec5417a20ea05c53d479dbe4dcb0e8be34c2b9fc31b64e7d78b81fd642461f27beb02b6ed047f87c968c0bb718b85b
|
|
)
|
|
|
|
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()
|