vcpkg/ports/fcl/vcpkg.json
Julian Scholle 82fbe75127
[fcl] Fix fcl 0.7.0 does not configure if Doxygen is found (#21155)
* [fcl] Fix fcl 0.7.0 does not configure if Doxygen is found

* add new fcl version
2021-11-04 10:46:05 -07:00

21 lines
453 B
JSON

{
"name": "fcl",
"version": "0.7.0",
"port-version": 3,
"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",
"dependencies": [
"ccd",
"eigen3",
"octomap",
{
"name": "vcpkg-cmake",
"host": true
},
{
"name": "vcpkg-cmake-config",
"host": true
}
]
}