aboutsummaryrefslogtreecommitdiff
path: root/ports/fcl/CONTROL
diff options
context:
space:
mode:
authorNancyLi1013 <46708020+NancyLi1013@users.noreply.github.com>2020-03-11 07:52:55 +0800
committerGitHub <noreply@github.com>2020-03-10 16:52:55 -0700
commit39079db85f3b4b9cf2a82a1e5cef830e5fd466b3 (patch)
treec8a815ecbdb35976a18628cbce96d06284516d69 /ports/fcl/CONTROL
parent7308c86e5b08abdb593b2eae0da5982ec7d8c4a9 (diff)
downloadvcpkg-39079db85f3b4b9cf2a82a1e5cef830e5fd466b3.tar.gz
vcpkg-39079db85f3b4b9cf2a82a1e5cef830e5fd466b3.zip
[fcl] Update to 0.6.0 (#10025)
* [fcl] Update to 0.6.0 * Add dependency eigen
Diffstat (limited to 'ports/fcl/CONTROL')
-rw-r--r--ports/fcl/CONTROL4
1 files changed, 2 insertions, 2 deletions
diff --git a/ports/fcl/CONTROL b/ports/fcl/CONTROL
index 161192e79..efd311474 100644
--- a/ports/fcl/CONTROL
+++ b/ports/fcl/CONTROL
@@ -1,5 +1,5 @@
Source: fcl
-Version: 0.5.0-7
+Version: 0.6.0
Homepage: https://github.com/flexible-collision-library/fcl
Description: a library for performing three types of proximity queries on a pair of geometric models composed of triangles
-Build-Depends: ccd, octomap
+Build-Depends: ccd, octomap, eigen3