]> git.proxmox.com Git - ceph.git/blob - ceph/src/jaegertracing/opentelemetry-cpp/tools/vcpkg/ports/libbacktrace/portfile.cmake
update ceph source to reef 18.1.2
[ceph.git] / ceph / src / jaegertracing / opentelemetry-cpp / tools / vcpkg / ports / libbacktrace / portfile.cmake
1 if(VCPKG_TARGET_IS_WINDOWS)
2 message("libbacktrace cannot be built using MSVC on Windows due to relying on the C++ unwind API https://itanium-cxx-abi.github.io/cxx-abi/abi-eh.html")
3 endif()
4
5 vcpkg_from_github(
6 OUT_SOURCE_PATH SOURCE_PATH
7 REPO ianlancetaylor/libbacktrace
8 REF 4f57c999716847e45505b3df170150876b545088
9 SHA512 1df2c9d3c119a2ec7b8b8940bff7ba6d28fe99587f565066ae25c216021431d3c26c8b336c38dd0490165244c66d68f9cba20dfc7836042b62f9d588946be4b5
10 )
11
12 vcpkg_configure_make(
13 SOURCE_PATH ${SOURCE_PATH}
14 )
15
16 vcpkg_install_make()
17 vcpkg_fixup_pkgconfig()
18
19 file(INSTALL ${SOURCE_PATH}/LICENSE DESTINATION ${CURRENT_PACKAGES_DIR}/share/${PORT} RENAME copyright)