vcpkg/ports/azure-storage-common-cpp/portfile.cmake
Azure SDK Bot 0bca224634
[Azure SDK] Update vcpkg ports for Feb Release (#23080)
* [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.
2022-02-14 12:41:45 -08:00

19 lines
604 B
CMake

vcpkg_from_github(
OUT_SOURCE_PATH SOURCE_PATH
REPO Azure/azure-sdk-for-cpp
REF azure-storage-common_12.2.1
SHA512 23abd931d00e65546bf3000d9b6a6b81c0d24df363e2ca181cf3dd6803e24032198769e7557a0af08ff44591c1d88c425b85058b748029901c8fb4dd7956234e
)
vcpkg_cmake_configure(
SOURCE_PATH ${SOURCE_PATH}/sdk/storage/azure-storage-common/
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()