vcpkg/ports/azure-storage-blobs-cpp/portfile.cmake
Azure SDK Bot b7574b17ed
[Azure Storage] Update to Sept hotfix Release (#26819)
* [azure-storage-blobs-cpp] Update to 12.6.1
## 12.6.1 (2022-09-16)

### Other changes

- No public changes in this release.

* update version database

Co-authored-by: Jinming Hu <jinmhu@microsoft.com>
2022-09-19 11:44:31 -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.1
SHA512 160ec230c300f568f8abbaa08ac6f95cd29a8abbaf67474ea1de70c20db974efed3bd600284c3151457ccc762c58452839c4520d6c1c74c548300a414d405801
)
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()