2021-02-09 06:30:55 +08:00
|
|
|
vcpkg_from_github(
|
|
|
|
OUT_SOURCE_PATH SOURCE_PATH
|
|
|
|
REPO Azure/azure-sdk-for-cpp
|
2023-07-12 14:53:04 +08:00
|
|
|
REF azure-storage-files-shares_12.6.0
|
|
|
|
SHA512 a739391ee457b593320ae614393d3c602b1787cc9f135a5a20b54c33345b19c24a456c45781f11cb26e5272671f8ded6e00639617861ae396fdaec38417dbe03
|
2021-02-09 06:30:55 +08:00
|
|
|
)
|
|
|
|
|
2021-04-24 01:23:13 +08:00
|
|
|
vcpkg_cmake_configure(
|
2023-05-14 00:45:45 +08:00
|
|
|
SOURCE_PATH "${SOURCE_PATH}/sdk/storage/azure-storage-files-shares/"
|
2021-02-09 06:30:55 +08:00
|
|
|
OPTIONS
|
|
|
|
-DWARNINGS_AS_ERRORS=OFF
|
|
|
|
)
|
|
|
|
|
2021-04-24 01:23:13 +08:00
|
|
|
vcpkg_cmake_install()
|
2021-02-09 06:30:55 +08:00
|
|
|
file(REMOVE_RECURSE "${CURRENT_PACKAGES_DIR}/debug/include")
|
2021-04-24 01:23:13 +08:00
|
|
|
vcpkg_cmake_config_fixup()
|
2021-02-09 06:30:55 +08:00
|
|
|
file(REMOVE_RECURSE "${CURRENT_PACKAGES_DIR}/debug/share")
|
|
|
|
vcpkg_copy_pdbs()
|