diff options
| author | Tsukasa Sugiura <t.sugiura0204@gmail.com> | 2017-11-15 07:45:16 +0900 |
|---|---|---|
| committer | Tsukasa Sugiura <t.sugiura0204@gmail.com> | 2017-11-15 10:39:14 +0900 |
| commit | 1c43dfa4a2921fe80954b2b7d63104a2031fb216 (patch) | |
| tree | 564ce9d26893663bad07e1ce5779358e4db410e9 /ports/pcl/CONTROL | |
| parent | 5c9f0ff47324634a9796ed5d6cd7350cb06022c2 (diff) | |
| download | vcpkg-1c43dfa4a2921fe80954b2b7d63104a2031fb216.tar.gz vcpkg-1c43dfa4a2921fe80954b2b7d63104a2031fb216.zip | |
Fix find debug library of QHull
Fix find debug library of QHull.
Currently, QHull port generates debug libraries with DEBUG_POSTFIX (_d).
Therefore, It doesn't need to be override.
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 1e9f8c57b..daadfa911 100644 --- a/ports/pcl/CONTROL +++ b/ports/pcl/CONTROL @@ -1,5 +1,5 @@ Source: pcl -Version: 1.8.1-4 +Version: 1.8.1-5 Description: Point Cloud Library (PCL) is open source library for 2D/3D image and point cloud processing. Build-Depends: boost, eigen3, flann, qhull, vtk, openni2 |
