Azure SDK Bot 6f42659cb9
update azure-storage-{common/blob/file/datalake}-cpp (#16183)
* [azure-storage-common-cpp] Update to 12.0.0-beta.8

* [azure-storage-blobs-cpp] Update to 12.0.0-beta.8

* [azure-storage-files-datalake-cpp] Update to 12.0.0-beta.8

* [azure-storage-files-shares-cpp] Update to 12.0.0-beta.8
2021-02-11 23:03:34 -08:00

24 lines
739 B
CMake

# Copyright (c) Microsoft Corporation. All rights reserved.
# SPDX-License-Identifier: MIT
vcpkg_from_github(
OUT_SOURCE_PATH SOURCE_PATH
REPO Azure/azure-sdk-for-cpp
REF azure-storage-files-shares_12.0.0-beta.8
SHA512 9798d94eb45f8882a9d82f0d6c44143a01a1003b6436e5cde4c89b09ee50e2d85630f9f6a2a800d96b97e6a8ca42f9875e84b2d60d92e6d39ba2501ee485e425
)
vcpkg_configure_cmake(
SOURCE_PATH ${SOURCE_PATH}/sdk/storage/azure-storage-files-shares/
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()