mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-27 11:39:02 +08:00
e3c26698d5
* Update port for azure-storage-common-cpp * Update port for azure-storage-blobs-cpp * Update port for azure-storage-files-datalake-cpp * Update port version SHAs * Remove comment header from CONTROL files * Remove comment header from portfile.cmake files * Update port version SHAs once again Co-authored-by: Anton Kolesnyk <antkmsft@users.noreply.github.com>
21 lines
630 B
CMake
21 lines
630 B
CMake
vcpkg_from_github(
|
|
OUT_SOURCE_PATH SOURCE_PATH
|
|
REPO Azure/azure-sdk-for-cpp
|
|
REF azure-storage-blobs_12.0.0-beta.7
|
|
SHA512 51bf1c961bdc2fd95354afe21f171f2e1c05aafb4f6301a15d51650fecf0f0bc66272ac0fbc2e02c112b0164da4df66a411b17418c338298f6da21c3bfaab2c1
|
|
)
|
|
|
|
vcpkg_configure_cmake(
|
|
SOURCE_PATH ${SOURCE_PATH}/sdk/storage/azure-storage-blobs/
|
|
PREFER_NINJA
|
|
OPTIONS
|
|
-DWARNINGS_AS_ERRORS=OFF
|
|
)
|
|
|
|
vcpkg_install_cmake()
|
|
file(REMOVE_RECURSE "${CURRENT_PACKAGES_DIR}/debug/include")
|
|
vcpkg_fixup_cmake_targets()
|
|
file(REMOVE_RECURSE "${CURRENT_PACKAGES_DIR}/debug/share")
|
|
vcpkg_copy_pdbs()
|
|
|