]> git.proxmox.com Git - ceph.git/blob - ceph/src/jaegertracing/opentelemetry-cpp/tools/vcpkg/ports/vcpkg-pkgconfig-get-modules/portfile.cmake
update ceph source to reef 18.1.2
[ceph.git] / ceph / src / jaegertracing / opentelemetry-cpp / tools / vcpkg / ports / vcpkg-pkgconfig-get-modules / portfile.cmake
1 if(NOT TARGET_TRIPLET STREQUAL HOST_TRIPLET)
2 # make FATAL_ERROR in CI when issue #16773 fixed
3 message(WARNING "vcpkg-pkgconfig-get-modules is a host-only port; please mark it as a host port in your dependencies.")
4 endif()
5
6 file(COPY
7 "${CMAKE_CURRENT_LIST_DIR}/x_vcpkg_pkgconfig_get_modules.cmake"
8 "${CMAKE_CURRENT_LIST_DIR}/vcpkg-port-config.cmake"
9 "${CMAKE_CURRENT_LIST_DIR}/copyright"
10 DESTINATION "${CURRENT_PACKAGES_DIR}/share/${PORT}")
11
12 set(VCPKG_POLICY_EMPTY_PACKAGE enabled)