2023-11-09 01:40:40 +08:00
|
|
|
# NOTE: All changes made to this file will get overwritten by the next port release.
|
|
|
|
# Please contribute your changes to https://github.com/Azure/azure-sdk-for-cpp.
|
|
|
|
|
2021-02-09 06:30:55 +08:00
|
|
|
vcpkg_from_github(
|
|
|
|
OUT_SOURCE_PATH SOURCE_PATH
|
|
|
|
REPO Azure/azure-sdk-for-cpp
|
2023-11-09 01:40:40 +08:00
|
|
|
REF azure-storage-files-shares_12.8.0
|
|
|
|
SHA512 a22cce4f43fd77aabdb43fdbc9ea3e5a501f5abeaafe5f5fea7e8737b6b017dc2ca3b674ac0c5f8bcda9b836af7644b3c17db050b02db5e076728047aa5c2ec0
|
2021-02-09 06:30:55 +08:00
|
|
|
)
|
|
|
|
|
2023-09-23 07:08:59 +08:00
|
|
|
if(EXISTS "${SOURCE_PATH}/sdk/storage/azure-storage-files-shares")
|
|
|
|
file(REMOVE_RECURSE "${SOURCE_PATH}/sdk/storage/_")
|
|
|
|
file(REMOVE_RECURSE "${SOURCE_PATH}/sdk/_")
|
|
|
|
file(REMOVE_RECURSE "${SOURCE_PATH}/_")
|
|
|
|
|
|
|
|
file(RENAME "${SOURCE_PATH}/sdk/storage/azure-storage-files-shares" "${SOURCE_PATH}/sdk/storage/_")
|
|
|
|
file(RENAME "${SOURCE_PATH}/sdk/storage" "${SOURCE_PATH}/sdk/_")
|
|
|
|
file(RENAME "${SOURCE_PATH}/sdk" "${SOURCE_PATH}/_")
|
|
|
|
endif()
|
|
|
|
|
2021-04-24 01:23:13 +08:00
|
|
|
vcpkg_cmake_configure(
|
2023-09-23 07:08:59 +08:00
|
|
|
SOURCE_PATH "${SOURCE_PATH}/_/_/_"
|
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()
|