mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-12-04 13:29:02 +08:00
600f89f477
* [azure-storage-common-cpp] Update to 12.3.0 ## 12.3.0 (2022-09-06) ### Features Added - Features in `12.3.0-beta.1` are now generally available. * [azure-storage-blobs-cpp] Update to 12.6.0 ## 12.6.0 (2022-09-06) ### Features Added - Features in `12.6.0.beta.1` are now generally available. ### Bugs Fixed - Empty file or existing file won't be created/overwritten if the blob to be downloaded doesn't exist.
19 lines
602 B
CMake
19 lines
602 B
CMake
vcpkg_from_github(
|
|
OUT_SOURCE_PATH SOURCE_PATH
|
|
REPO Azure/azure-sdk-for-cpp
|
|
REF azure-storage-blobs_12.6.0
|
|
SHA512 cd8164410472587df2ca112abdb89d9e3baa730f1f3166979f669322b1f79a6111bd673061f58de44a6b1231dce55651baa72a869f42302ccb1360fabaaade04
|
|
)
|
|
|
|
vcpkg_cmake_configure(
|
|
SOURCE_PATH ${SOURCE_PATH}/sdk/storage/azure-storage-blobs/
|
|
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()
|