mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-28 14:59:00 +08:00
28272621b8
* [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.
19 lines
616 B
CMake
19 lines
616 B
CMake
vcpkg_from_github(
|
|
OUT_SOURCE_PATH SOURCE_PATH
|
|
REPO Azure/azure-sdk-for-cpp
|
|
REF azure-storage-files-shares_12.3.0
|
|
SHA512 baecf1dde71108491d29aa85276c73723a2afc7bbde0e78f62460a8b2fa065a25296239e8082cf75f744a7237a93fd5cba20541b437e2d32cb40599ba8fe722a
|
|
)
|
|
|
|
vcpkg_cmake_configure(
|
|
SOURCE_PATH ${SOURCE_PATH}/sdk/storage/azure-storage-files-shares/
|
|
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()
|