]> git.proxmox.com Git - ceph.git/blob - ceph/src/jaegertracing/opentelemetry-cpp/tools/vcpkg/ports/azure-storage-common-cpp/portfile.cmake
update ceph source to reef 18.1.2
[ceph.git] / ceph / src / jaegertracing / opentelemetry-cpp / tools / vcpkg / ports / azure-storage-common-cpp / portfile.cmake
1 vcpkg_from_github(
2 OUT_SOURCE_PATH SOURCE_PATH
3 REPO Azure/azure-sdk-for-cpp
4 REF azure-storage-common_12.0.0-beta.10
5 SHA512 f49f74c9a6d7b80b0f7c8a9b9d2e4595dc304439d30c8c83f520833f81ef7d3480b858ada61c12f76e82eea7960eb155453b0acdcea143f163a12d567adbf18d
6 )
7
8 vcpkg_cmake_configure(
9 SOURCE_PATH ${SOURCE_PATH}/sdk/storage/azure-storage-common/
10 PREFER_NINJA
11 OPTIONS
12 -DWARNINGS_AS_ERRORS=OFF
13 )
14
15 vcpkg_cmake_install()
16 file(REMOVE_RECURSE "${CURRENT_PACKAGES_DIR}/debug/include")
17 vcpkg_cmake_config_fixup()
18 file(REMOVE_RECURSE "${CURRENT_PACKAGES_DIR}/debug/share")
19 vcpkg_copy_pdbs()