aboutsummaryrefslogtreecommitdiff
path: root/ports/qhull/include-qhullcpp-shared.patch
diff options
context:
space:
mode:
authorras0219 <533828+ras0219@users.noreply.github.com>2020-09-11 12:44:26 -0700
committerGitHub <noreply@github.com>2020-09-11 12:44:26 -0700
commit988cabb2dfa0a94317f211a52597d0c5f0f74f6f (patch)
treea537bd2610bf5bf4279e3bde97c4de688a411084 /ports/qhull/include-qhullcpp-shared.patch
parentb549e6a77972cb9d852a4540923d6eb114fbbc82 (diff)
downloadvcpkg-988cabb2dfa0a94317f211a52597d0c5f0f74f6f.tar.gz
vcpkg-988cabb2dfa0a94317f211a52597d0c5f0f74f6f.zip
[qhull] Update to 8.0.2 (#13445)
* [qhull] Extracted from Microsoft/vcpkg#12199 * [qhull] Update to 8.0.2 release Co-authored-by: Stefano Sinigardi <stesinigardi@hotmail.com> Co-authored-by: Robert Schumacher <roschuma@microsoft.com>
Diffstat (limited to 'ports/qhull/include-qhullcpp-shared.patch')
-rw-r--r--ports/qhull/include-qhullcpp-shared.patch21
1 files changed, 21 insertions, 0 deletions
diff --git a/ports/qhull/include-qhullcpp-shared.patch b/ports/qhull/include-qhullcpp-shared.patch
new file mode 100644
index 000000000..cbf5eaa66
--- /dev/null
+++ b/ports/qhull/include-qhullcpp-shared.patch
@@ -0,0 +1,21 @@
+diff --git a/CMakeLists.txt b/CMakeLists.txt
+index f50b187..30109b3 100644
+--- a/CMakeLists.txt
++++ b/CMakeLists.txt
+@@ -344,7 +344,7 @@ set(qhull_SHAREDP qhull_p) # libqhull and qhull_p are deprecated, use qhull_r i
+
+ set(qhull_TARGETS_APPLICATIONS qhull rbox qconvex qdelaunay qvoronoi qhalf)
+ set(qhull_TARGETS_STATIC ${qhull_CPP} ${qhull_STATIC} ${qhull_STATICR})
+-set(qhull_TARGETS_SHARED ${qhull_SHAREDR})
++set(qhull_TARGETS_SHARED ${qhull_CPP} ${qhull_SHAREDR})
+
+ set(
+ qhull_TARGETS_TEST # Unused
+@@ -474,7 +474,6 @@ set_target_properties(${qhull_CPP} PROPERTIES
+ if(NOT ${BUILD_STATIC_LIBS})
+ set_target_properties(${qhull_STATIC} PROPERTIES EXCLUDE_FROM_ALL TRUE)
+ set_target_properties(${qhull_STATICR} PROPERTIES EXCLUDE_FROM_ALL TRUE)
+- set_target_properties(${qhull_CPP} PROPERTIES EXCLUDE_FROM_ALL TRUE)
+ endif()
+ if(NOT ${BUILD_SHARED_LIBS})
+ set_target_properties(${qhull_SHARED} PROPERTIES EXCLUDE_FROM_ALL TRUE)