aboutsummaryrefslogtreecommitdiff
path: root/ports/pcl/CONTROL
diff options
context:
space:
mode:
authorNancyLi1013 <46708020+NancyLi1013@users.noreply.github.com>2021-04-29 08:38:32 +0800
committerGitHub <noreply@github.com>2021-04-28 17:38:32 -0700
commit5db5b34a05f5c4dd8755c515eaed25ba978ac92c (patch)
tree645d99f6f8f06319a4c663fff05faebd7d1dd74e /ports/pcl/CONTROL
parent5014989b543c07ef78377a80885c527f83e7f441 (diff)
downloadvcpkg-5db5b34a05f5c4dd8755c515eaed25ba978ac92c.tar.gz
vcpkg-5db5b34a05f5c4dd8755c515eaed25ba978ac92c.zip
[pcl] Fix qhul cannot be found (#17437)
* [pcl] Fix qhul cannot be found * Update version files
Diffstat (limited to 'ports/pcl/CONTROL')
-rw-r--r--ports/pcl/CONTROL34
1 files changed, 0 insertions, 34 deletions
diff --git a/ports/pcl/CONTROL b/ports/pcl/CONTROL
deleted file mode 100644
index 5954613bb..000000000
--- a/ports/pcl/CONTROL
+++ /dev/null
@@ -1,34 +0,0 @@
-Source: pcl
-Version: 1.11.1
-Port-Version: 2
-Homepage: https://github.com/PointCloudLibrary/pcl
-Description: Point Cloud Library (PCL) is open source library for 2D/3D image and point cloud processing.
-Build-Depends: eigen3, flann, qhull, 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-sort, boost-ptr-container, boost-uuid, boost-interprocess, boost-asio
-Supports: !(arm64&windows)
-
-Feature: openni2
-Description: OpenNI2 support for PCL
-Build-Depends: openni2
-
-Feature: qt
-Description: Qt support for PCL
-Build-Depends: vtk[qt]
-
-Feature: pcap
-Description: PCAP support for PCL
-Build-Depends: winpcap (windows), libpcap (!windows)
-
-Feature: tools
-Description: Build PCL utilities
-Build-Depends: boost-accumulators
-
-Feature: cuda
-Description: CUDA support for PCL
-Build-Depends: cuda
-
-Feature: opengl
-Description: OpenGL support for PCL
-
-Feature: vtk
-Description: VTK-Visualizations support for PCL
-Build-Depends: vtk