]> git.proxmox.com Git - ceph.git/blob - ceph/src/jaegertracing/opentelemetry-cpp/tools/vcpkg/ports/minhook/fix-usage.patch
update ceph source to reef 18.1.2
[ceph.git] / ceph / src / jaegertracing / opentelemetry-cpp / tools / vcpkg / ports / minhook / fix-usage.patch
1 diff --git a/cmake/minhook-config.cmake.in b/cmake/minhook-config.cmake.in
2 index 14e6463..28fa17c 100644
3 --- a/cmake/minhook-config.cmake.in
4 +++ b/cmake/minhook-config.cmake.in
5 @@ -36,4 +36,4 @@ set(MINHOOK_FOUND ON)
6 set_and_check(MINHOOK_INCLUDE_DIRS "${PACKAGE_PREFIX_DIR}/include/")
7 set_and_check(MINHOOK_LIBRARY_DIRS "${PACKAGE_PREFIX_DIR}/lib")
8
9 -include("${PACKAGE_PREFIX_DIR}/lib/minhook/minhook-targets.cmake")
10 +include("${CMAKE_CURRENT_LIST_DIR}/minhook-targets.cmake")