]> git.proxmox.com Git - ceph.git/blame - ceph/src/jaegertracing/opentelemetry-cpp/tools/vcpkg/ports/matplotplusplus/install-3rd-libraries.patch
update ceph source to reef 18.1.2
[ceph.git] / ceph / src / jaegertracing / opentelemetry-cpp / tools / vcpkg / ports / matplotplusplus / install-3rd-libraries.patch
CommitLineData
1e59de90
TL
1diff --git a/source/3rd_party/CMakeLists.txt b/source/3rd_party/CMakeLists.txt
2index 52f20eb..ab58bbd 100644
3--- a/source/3rd_party/CMakeLists.txt
4+++ b/source/3rd_party/CMakeLists.txt
5@@ -41,6 +41,8 @@ endif()
6 if(MASTER_PROJECT AND NOT BUILD_SHARED_LIBS)
7 install(TARGETS nodesoup
8 EXPORT Matplot++Targets
9+ RUNTIME DESTINATION bin
10+ LIBRARY DESTINATION lib
11 ARCHIVE DESTINATION ${CMAKE_INSTALL_LIBDIR}/Matplot++)
12 endif()
13