diff options
| author | NancyLi1013 <46708020+NancyLi1013@users.noreply.github.com> | 2021-02-05 05:35:20 +0800 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-02-04 13:35:20 -0800 |
| commit | 05392981d355f8c46fba32b21f33eeb46a8666f0 (patch) | |
| tree | 5851480b48feb72da7bdc4b49954a5fa84a35cea /ports/pcl/CONTROL | |
| parent | aa60b7efa56a83ead743718941d8b320ef4a05af (diff) | |
| download | vcpkg-05392981d355f8c46fba32b21f33eeb46a8666f0.tar.gz vcpkg-05392981d355f8c46fba32b21f33eeb46a8666f0.zip | |
[pcl] Add gcc version check (#9231)
* [pcl] Add compile options on unix platform
* Add versions
Co-authored-by: Victor Romero <romerosanchezv@gmail.com>
Diffstat (limited to 'ports/pcl/CONTROL')
| -rw-r--r-- | ports/pcl/CONTROL | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ports/pcl/CONTROL b/ports/pcl/CONTROL index 459015901..5954613bb 100644 --- a/ports/pcl/CONTROL +++ b/ports/pcl/CONTROL @@ -1,6 +1,6 @@ Source: pcl Version: 1.11.1 -Port-Version: 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 |
