vcpkg/ports/fcl/vcpkg.json
chausner c71bed82a2
[fcl] Update to 0.7.0 (#20917)
* Update fcl to 0.7.0

* Update CI baseline

Co-authored-by: chausner <chausner@users.noreply.github.com>
2021-10-26 23:39:12 -07:00

21 lines
456 B
JSON

{
"name": "fcl",
"version": "0.7.0",
"description": "a library for performing three types of proximity queries on a pair of geometric models composed of triangles",
"homepage": "https://github.com/flexible-collision-library/fcl",
"supports": "static",
"dependencies": [
"ccd",
"eigen3",
"octomap",
{
"name": "vcpkg-cmake",
"host": true
},
{
"name": "vcpkg-cmake-config",
"host": true
}
]
}