vcpkg/ports/azure-storage-blobs-cpp/portfile.cmake
Azure SDK Bot 28272621b8
[Azure Storage] Update to October Release (#27175)
* [azure-storage-blobs-cpp] Update to 12.6.2
## 12.6.2 (2022-10-11)

### Other Changes

- No public changes in this release.

* [azure-storage-files-shares-cpp] Update to 12.3.0
## 12.3.0 (2022-10-11)

### Features Added

- New features in `12.3.0-beta.1` are now generally available.
2022-10-12 01:18:05 -07: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.6.2
SHA512 3f92ec18500be9904e577f36549631903e40f43ea33a83fce4a4646d7d0fc426be9611f459a847452db3e31c887c2121b77054926aadcab00fbc614f26a724d9
)
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()