aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTsukasa Sugiura <t.sugiura0204@gmail.com>2018-10-16 19:44:01 +0900
committerRobert Schumacher <roschuma@microsoft.com>2018-10-16 03:44:01 -0700
commitd5828e6df60362b0f05c23c0c8109ba916466a7a (patch)
treed425ec56e5538f4d4651b46184473a1264619984
parent9cf7cfeeb9c7cf393924bb2e962539f31f086ca5 (diff)
downloadvcpkg-d5828e6df60362b0f05c23c0c8109ba916466a7a.tar.gz
vcpkg-d5828e6df60362b0f05c23c0c8109ba916466a7a.zip
[pcl] Add option introduced in upstream/HEAD (#4462)
Add PCL_BUILD_WITH_QHULL_DYNAMIC_LINKING_WIN32 option introduced in upstream/HEAD.
-rw-r--r--ports/pcl/CONTROL2
-rw-r--r--ports/pcl/portfile.cmake1
2 files changed, 2 insertions, 1 deletions
diff --git a/ports/pcl/CONTROL b/ports/pcl/CONTROL
index a9f0186fb..b1b20fe06 100644
--- a/ports/pcl/CONTROL
+++ b/ports/pcl/CONTROL
@@ -1,5 +1,5 @@
Source: pcl
-Version: 1.8.1-11
+Version: 1.8.1-12
Description: Point Cloud Library (PCL) is open source library for 2D/3D image and point cloud processing.
Build-Depends: eigen3, flann, qhull, vtk, libpng, boost-system, boost-filesystem, boost-thread, boost-date-time, boost-iostreams, boost-random, boost-foreach, boost-dynamic-bitset, boost-property-map, boost-graph, boost-multi-array, boost-signals2, boost-ptr-container, boost-uuid, boost-interprocess, boost-asio
diff --git a/ports/pcl/portfile.cmake b/ports/pcl/portfile.cmake
index a3b65ebac..dc4619ed3 100644
--- a/ports/pcl/portfile.cmake
+++ b/ports/pcl/portfile.cmake
@@ -57,6 +57,7 @@ vcpkg_configure_cmake(
# PCL
-DPCL_BUILD_WITH_BOOST_DYNAMIC_LINKING_WIN32=${PCL_SHARED_LIBS}
-DPCL_BUILD_WITH_FLANN_DYNAMIC_LINKING_WIN32=${PCL_SHARED_LIBS}
+ -DPCL_BUILD_WITH_QHULL_DYNAMIC_LINKING_WIN32=${PCL_SHARED_LIBS}
-DPCL_SHARED_LIBS=${PCL_SHARED_LIBS}
# WITH
-DWITH_CUDA=${WITH_CUDA}