mirror of
https://github.com/cemu-project/vcpkg.git
synced 2025-02-25 14:20:32 +00:00
Enable pcap option
Enable pcap option. You can retrieve data from PCAP file using pcl::HDLGrabber/pcl::VLPGrabber.
This commit is contained in:
parent
7f43d10e5b
commit
3d90214259
@ -1,4 +1,4 @@
|
||||
Source: pcl
|
||||
Version: 1.8.1-1
|
||||
Build-Depends: boost, eigen3, flann, qhull, vtk, openni2, qt5
|
||||
Version: 1.8.1-2
|
||||
Build-Depends: boost, eigen3, flann, qhull, vtk, openni2, qt5, winpcap
|
||||
Description: Point Cloud Library (PCL) is open source library for 2D/3D image and point cloud processing.
|
||||
|
@ -50,7 +50,7 @@ vcpkg_configure_cmake(
|
||||
-DWITH_CUDA=OFF
|
||||
-DWITH_LIBUSB=OFF
|
||||
-DWITH_OPENNI2=ON
|
||||
-DWITH_PCAP=OFF
|
||||
-DWITH_PCAP=ON
|
||||
-DWITH_PNG=OFF
|
||||
-DWITH_QHULL=ON
|
||||
-DWITH_QT=ON
|
||||
|
Loading…
x
Reference in New Issue
Block a user