diff options
| author | Jack·Boos·Yu <47264268+JackBoosY@users.noreply.github.com> | 2020-05-01 00:49:07 +0800 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2020-04-30 09:49:07 -0700 |
| commit | a9640a54224d968a583292bc3b1e81731eefc73c (patch) | |
| tree | cd79b03d2c14c8e73bcc33b0534043662d567ae3 /ports/pcl/CONTROL | |
| parent | 3ae3bd34453d9fa453b26f8938cb85f07f9b89c8 (diff) | |
| download | vcpkg-a9640a54224d968a583292bc3b1e81731eefc73c.tar.gz vcpkg-a9640a54224d968a583292bc3b1e81731eefc73c.zip | |
[pcl] Fix link to libpng (#11047)
* [pcl] Fix link to libpng
* [pcl] Format code
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 2e9f532b1..9f23fc43e 100644 --- a/ports/pcl/CONTROL +++ b/ports/pcl/CONTROL @@ -1,5 +1,5 @@ Source: pcl -Version: 1.9.1-11 +Version: 1.9.1-12 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 |
