mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-25 00:38:59 +08:00
5d95142670
Fixes #37338 Fix error: ```` CMake Warning (dev) at ports/sdformat6/portfile.cmake:30 (set): Only the first value argument is used when setting an environment variable. Argument 'C:\Program Files\Microsoft Visual Studio\2022\Enterprise\Common7\IDE\VC\VCPackages' and later are unused. ````
24 lines
485 B
JSON
24 lines
485 B
JSON
{
|
|
"name": "sdformat9",
|
|
"version": "9.8.0",
|
|
"port-version": 2,
|
|
"description": "Simulation Description Format (SDF) parser and description files.",
|
|
"homepage": "http://sdformat.org/",
|
|
"license": "Apache-2.0",
|
|
"supports": "!uwp & !(arm & osx)",
|
|
"dependencies": [
|
|
"ignition-math6",
|
|
"tinyxml",
|
|
"urdfdom",
|
|
"urdfdom-headers",
|
|
{
|
|
"name": "vcpkg-cmake",
|
|
"host": true
|
|
},
|
|
{
|
|
"name": "vcpkg-cmake-config",
|
|
"host": true
|
|
}
|
|
]
|
|
}
|