mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-28 02:11:39 +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. ````
22 lines
438 B
JSON
22 lines
438 B
JSON
{
|
|
"name": "sdformat10",
|
|
"version": "10.0.0",
|
|
"port-version": 4,
|
|
"description": "Simulation Description Format (SDF) parser and description files.",
|
|
"homepage": "http://sdformat.org/",
|
|
"supports": "!uwp & !(arm & osx)",
|
|
"dependencies": [
|
|
"ignition-math6",
|
|
"tinyxml2",
|
|
"urdfdom",
|
|
{
|
|
"name": "vcpkg-cmake",
|
|
"host": true
|
|
},
|
|
{
|
|
"name": "vcpkg-cmake-config",
|
|
"host": true
|
|
}
|
|
]
|
|
}
|