vcpkg/ports/sdformat9/vcpkg.json
JonLiu1993 5d95142670
[sdformat6/sdformat9/sdformat10]sets correct environment variable (#37370)
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.
````
2024-03-11 20:39:47 -07:00

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
}
]
}