]> git.proxmox.com Git - ceph.git/blob - ceph/src/jaegertracing/opentelemetry-cpp/tools/vcpkg/ports/log4cpp/fix-export-targets.patch
update ceph source to reef 18.1.2
[ceph.git] / ceph / src / jaegertracing / opentelemetry-cpp / tools / vcpkg / ports / log4cpp / fix-export-targets.patch
1 diff --git a/CMakeLists.txt b/CMakeLists.txt
2 index 19767a0..59dbf6c 100644
3 --- a/CMakeLists.txt
4 +++ b/CMakeLists.txt
5 @@ -161,11 +161,13 @@ INSTALL (
6 )
7
8 INSTALL(TARGETS ${LOG4CPP_LIBRARY_NAME}
9 + EXPORT log4cpp-targets
10 LIBRARY DESTINATION lib
11 ARCHIVE DESTINATION lib
12 RUNTIME DESTINATION bin)
13
14 INSTALL(FILES package.xml DESTINATION share/log4cpp)
15 +INSTALL(EXPORT log4cpp-targets NAMESPACE log4cpp:: DESTINATION share/log4cpp)
16
17 ###########################################################
18 # DOCUMENTATION