vcpkg/ports/sdformat6/vcpkg.json
Lily Wang d236fe3b74
[sdformat6,sdformat9,sdformat10] Workaround POST_BUILD_CHECKS_FAILED (#40572)
Co-authored-by: Lily Wang <v-lilywang@microsoft.com>
2024-08-29 00:26:09 -07:00

25 lines
493 B
JSON

{
"name": "sdformat6",
"version": "6.2.0",
"port-version": 8,
"description": "Simulation Description Format (SDF) parser and description files.",
"homepage": "http://sdformat.org/",
"license": "Apache-2.0",
"supports": "!(arm | uwp)",
"dependencies": [
"boost-any",
"boost-variant",
"ignition-math4",
"tinyxml",
"urdfdom",
{
"name": "vcpkg-cmake",
"host": true
},
{
"name": "vcpkg-cmake-config",
"host": true
}
]
}