]> git.proxmox.com Git - ceph.git/blame - ceph/src/jaegertracing/opentelemetry-cpp/tools/vcpkg/ports/rsocket/fix-cmake-config.patch
update ceph source to reef 18.1.2
[ceph.git] / ceph / src / jaegertracing / opentelemetry-cpp / tools / vcpkg / ports / rsocket / fix-cmake-config.patch
CommitLineData
1e59de90
TL
1diff --git a/cmake/rsocket-config.cmake.in b/cmake/rsocket-config.cmake.in
2index d5579a85..ea12752a 100644
3--- a/cmake/rsocket-config.cmake.in
4+++ b/cmake/rsocket-config.cmake.in
5@@ -4,7 +4,7 @@
6 @PACKAGE_INIT@
7
8 if(NOT TARGET rsocket::ReactiveSocket)
9- include("${PACKAGE_PREFIX_DIR}/lib/cmake/rsocket/rsocket-exports.cmake")
10+ include("${CMAKE_CURRENT_LIST_DIR}/rsocket-exports.cmake")
11 endif()
12
13 if (NOT rsocket_FIND_QUIETLY)
14diff --git a/yarpl/cmake/yarpl-config.cmake.in b/yarpl/cmake/yarpl-config.cmake.in
15index d557b213..1b83fffc 100644
16--- a/yarpl/cmake/yarpl-config.cmake.in
17+++ b/yarpl/cmake/yarpl-config.cmake.in
18@@ -4,7 +4,7 @@
19 @PACKAGE_INIT@
20
21 if(NOT TARGET yarpl::yarpl)
22- include("${PACKAGE_PREFIX_DIR}/lib/cmake/yarpl/yarpl-exports.cmake")
23+ include("${CMAKE_CURRENT_LIST_DIR}/yarpl-exports.cmake")
24 endif()
25
26 set(YARPL_LIBRARIES yarpl::yarpl)