aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRobert Schumacher <roschuma@microsoft.com>2017-07-18 17:27:25 -0700
committerRobert Schumacher <roschuma@microsoft.com>2017-07-18 17:27:25 -0700
commitd1c44edbe1fa26a670a3f6262fc58f3c06d13eb0 (patch)
tree548650b39d749a69256e8006bb512eb1e1d3126f
parentbf614498dcead3e064cb8768bb5842662cbfef16 (diff)
downloadvcpkg-d1c44edbe1fa26a670a3f6262fc58f3c06d13eb0.tar.gz
vcpkg-d1c44edbe1fa26a670a3f6262fc58f3c06d13eb0.zip
[pcl] Add qt5 dependency.
-rw-r--r--ports/pcl/CONTROL4
-rw-r--r--ports/pcl/portfile.cmake4
2 files changed, 4 insertions, 4 deletions
diff --git a/ports/pcl/CONTROL b/ports/pcl/CONTROL
index f27722d34..1c7c8e7f2 100644
--- a/ports/pcl/CONTROL
+++ b/ports/pcl/CONTROL
@@ -1,4 +1,4 @@
Source: pcl
-Version: 1.8.1rc1
-Build-Depends: boost, eigen3, flann, qhull, vtk, openni2
+Version: 1.8.1rc1-1
+Build-Depends: boost, eigen3, flann, qhull, vtk, openni2, qt5
Description: Point Cloud Library (PCL) is open source library for 2D/3D image and point cloud processing.
diff --git a/ports/pcl/portfile.cmake b/ports/pcl/portfile.cmake
index 972d1bc64..193a051a5 100644
--- a/ports/pcl/portfile.cmake
+++ b/ports/pcl/portfile.cmake
@@ -43,8 +43,8 @@ vcpkg_configure_cmake(
-DBUILD_surface_on_nurbs=ON
-DBUILD_tools=OFF
# PCL
- -DPCL_BUILD_WITH_BOOST_DYNAMIC_LINKING_WIN32=${CRT_LINKAGE}
- -DPCL_BUILD_WITH_FLANN_DYNAMIC_LINKING_WIN32=${CRT_LINKAGE}
+ -DPCL_BUILD_WITH_BOOST_DYNAMIC_LINKING_WIN32=ON
+ -DPCL_BUILD_WITH_FLANN_DYNAMIC_LINKING_WIN32=ON
-DPCL_SHARED_LIBS=${CRT_LINKAGE}
# WITH
-DWITH_CUDA=OFF