vcpkg/ports/azure-storage-blobs-cpp/portfile.cmake
Azure SDK Bot b9dc98a367
[Azure Storage] Update to March Release (#30066)
* [azure-storage-common-cpp] Update to 12.3.1
## 12.3.1 (2023-03-07)

### Features Added

- Bumped up SAS token service version to `2021-12-02`.

* [azure-storage-blobs-cpp] Update to 12.7.0
## 12.7.0 (2023-03-07)

### Features Added

- Features in `12.7.0.beta.1` are now generally available.

* [azure-storage-files-shares-cpp] Update to 12.4.0
## 12.4.0 (2023-03-07)

### Features Added

- New features in `12.4.0-beta.1` are now generally available.
2023-03-08 12:08:05 -08:00

19 lines
602 B
CMake

vcpkg_from_github(
OUT_SOURCE_PATH SOURCE_PATH
REPO Azure/azure-sdk-for-cpp
REF azure-storage-blobs_12.7.0
SHA512 7750035f42c7cc120b294d0449885446d5d06c0393a24d957f1484525967fd609dda0319574e9d95888441d749bbca820fccaf7741ac1321bc071adcfb48f3a9
)
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()