aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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