]> git.proxmox.com Git - ceph.git/blame - ceph/src/jaegertracing/opentelemetry-cpp/tools/vcpkg/ports/json-c/pkgconfig.patch
update ceph source to reef 18.1.2
[ceph.git] / ceph / src / jaegertracing / opentelemetry-cpp / tools / vcpkg / ports / json-c / pkgconfig.patch
CommitLineData
1e59de90
TL
1diff --git a/CMakeLists.txt b/CMakeLists.txt
2index ffb1db3dc..a82ed8619 100644
3--- a/CMakeLists.txt
4+++ b/CMakeLists.txt
5@@ -273,7 +273,7 @@ install(
6 DESTINATION ${CMAKE_INSTALL_LIBDIR}/cmake/${PROJECT_NAME}
7 )
8
9-if (UNIX OR MINGW OR CYGWIN)
10+if (1)
11 SET(prefix ${CMAKE_INSTALL_PREFIX})
12 # exec_prefix is prefix by default and CMake does not have the
13 # concept.