diff options
| author | Silvio Traversaro <silvio.traversaro@iit.it> | 2019-09-12 19:06:11 +0200 |
|---|---|---|
| committer | Curtis J Bezault <curtbezault@gmail.com> | 2019-09-12 10:06:11 -0700 |
| commit | ecfc714b9adbdf8bf6b394dd6b46d9c56ca993ea (patch) | |
| tree | 6d8b34b5a64c535ef6d0c8fe5eeb16c00dc2cc22 /ports/pcl/CONTROL | |
| parent | 98c188c3477065b152479a017690e43f1e84ba3f (diff) | |
| download | vcpkg-ecfc714b9adbdf8bf6b394dd6b46d9c56ca993ea.tar.gz vcpkg-ecfc714b9adbdf8bf6b394dd6b46d9c56ca993ea.zip | |
[pcl] Fix problem with link-type keywords in linked libraries (#8154)
Fix https://github.com/microsoft/vcpkg/issues/7660
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 7d9e3a8db..631aeebe0 100644 --- a/ports/pcl/CONTROL +++ b/ports/pcl/CONTROL @@ -1,5 +1,5 @@ Source: pcl -Version: 1.9.1-8 +Version: 1.9.1-9 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, vtk, 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-ptr-container, boost-uuid, boost-interprocess, boost-asio |
