vcpkg/ports/omplapp/vcpkg.json
Jack·Boos·Yu e1aaeb2356
[vcpkg baseline][many ports] Fix build failures (#22180)
* [vcpkg baseline][omplapp] Fix dependencies, add features

* version

* [sdformat9] Add the required dependency urdfdom-headers

* [ignition-math6] Fix build error

* version

* [botan] Fix the pkgconfig again

* version
2021-12-28 13:24:18 -08:00

47 lines
908 B
JSON

{
"name": "omplapp",
"version": "1.5.1",
"port-version": 3,
"description": "Use OMPL for reading meshes and performing collision checking",
"homepage": "https://ompl.kavrakilab.org/",
"dependencies": [
"assimp",
"boost-filesystem",
"boost-program-options",
"boost-serialization",
"boost-system",
"ccd",
"eigen3",
"fcl",
"ompl",
{
"name": "vcpkg-cmake",
"host": true
},
{
"name": "vcpkg-cmake-config",
"host": true
}
],
"features": {
"ode": {
"description": "Build with Open Dynamics Engine support",
"dependencies": [
"ode"
]
},
"opengl": {
"description": "Build with OpenGL support",
"dependencies": [
"opengl"
]
},
"threads": {
"description": "Build with Threads support",
"dependencies": [
"pthreads"
]
}
}
}