mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-24 19:29:08 +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
620 B
CMake
19 lines
620 B
CMake
vcpkg_from_github(
|
|
OUT_SOURCE_PATH SOURCE_PATH
|
|
REPO Azure/azure-sdk-for-cpp
|
|
REF azure-storage-files-datalake_12.3.1
|
|
SHA512 4d0879808e0d2c2ca0e2c6a89496af3f51a8bcebd071ea51359bb42f1ead193292bb3e21c8c3f023634a48585ab68bdd4d95af0b7357a3e92030c6d1a12ceba9
|
|
)
|
|
|
|
vcpkg_cmake_configure(
|
|
SOURCE_PATH ${SOURCE_PATH}/sdk/storage/azure-storage-files-datalake/
|
|
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()
|