]> git.proxmox.com Git - ceph.git/blobdiff - ceph/src/jaegertracing/opentelemetry-cpp/tools/vcpkg/ports/qhull/include-qhullcpp-shared.patch
update ceph source to reef 18.1.2
[ceph.git] / ceph / src / jaegertracing / opentelemetry-cpp / tools / vcpkg / ports / qhull / include-qhullcpp-shared.patch
diff --git a/ceph/src/jaegertracing/opentelemetry-cpp/tools/vcpkg/ports/qhull/include-qhullcpp-shared.patch b/ceph/src/jaegertracing/opentelemetry-cpp/tools/vcpkg/ports/qhull/include-qhullcpp-shared.patch
new file mode 100644 (file)
index 0000000..cbf5eaa
--- /dev/null
@@ -0,0 +1,21 @@
+diff --git a/CMakeLists.txt b/CMakeLists.txt\r
+index f50b187..30109b3 100644\r
+--- a/CMakeLists.txt\r
++++ b/CMakeLists.txt\r
+@@ -344,7 +344,7 @@ set(qhull_SHAREDP qhull_p)  # libqhull and qhull_p are deprecated, use qhull_r i\r
\r
+ set(qhull_TARGETS_APPLICATIONS qhull rbox qconvex qdelaunay qvoronoi qhalf)\r
+ set(qhull_TARGETS_STATIC ${qhull_CPP} ${qhull_STATIC} ${qhull_STATICR})\r
+-set(qhull_TARGETS_SHARED ${qhull_SHAREDR})\r
++set(qhull_TARGETS_SHARED ${qhull_CPP} ${qhull_SHAREDR})\r
\r
+ set(\r
+     qhull_TARGETS_TEST   # Unused\r
+@@ -474,7 +474,6 @@ set_target_properties(${qhull_CPP} PROPERTIES\r
+ if(NOT ${BUILD_STATIC_LIBS})\r
+     set_target_properties(${qhull_STATIC} PROPERTIES EXCLUDE_FROM_ALL TRUE)\r
+     set_target_properties(${qhull_STATICR} PROPERTIES EXCLUDE_FROM_ALL TRUE)\r
+-    set_target_properties(${qhull_CPP} PROPERTIES EXCLUDE_FROM_ALL TRUE)\r
+ endif()\r
+ if(NOT ${BUILD_SHARED_LIBS})\r
+     set_target_properties(${qhull_SHARED} PROPERTIES EXCLUDE_FROM_ALL TRUE)\r