]> git.proxmox.com Git - ceph.git/blob - ceph/src/jaegertracing/opentelemetry-cpp/tools/vcpkg/ports/fastrtps/portfile.cmake
update ceph source to reef 18.1.2
[ceph.git] / ceph / src / jaegertracing / opentelemetry-cpp / tools / vcpkg / ports / fastrtps / portfile.cmake
1 vcpkg_from_github(
2 OUT_SOURCE_PATH SOURCE_PATH
3 REPO eProsima/Fast-DDS
4 REF 40568fa4784e846f95c461608d43a2b57eaef55b # v2.0.1
5 SHA512 a0cb48713a41ba3562c98dfc176508779e70e35b573428ac0a74c74254aa34c583bd545169f3a3961172bfc9e7bb14d08b5d56569e176fe8248d714bec5813a4
6 HEAD_REF master
7 )
8
9 vcpkg_configure_cmake(
10 SOURCE_PATH ${SOURCE_PATH}
11 PREFER_NINJA
12 )
13
14 vcpkg_install_cmake()
15 vcpkg_copy_pdbs()
16
17 vcpkg_fixup_cmake_targets(CONFIG_PATH share/fastrtps/cmake TARGET_PATH share/fastrtps)
18
19 file(REMOVE_RECURSE ${CURRENT_PACKAGES_DIR}/debug/include)
20 file(REMOVE_RECURSE ${CURRENT_PACKAGES_DIR}/debug/share)
21
22 file(INSTALL ${SOURCE_PATH}/LICENSE DESTINATION ${CURRENT_PACKAGES_DIR}/share/${PORT} RENAME copyright)