mirror of
https://github.com/microsoft/vcpkg.git
synced 2025-06-07 19:42:46 +08:00
[gz-tools2] fix build (#31214)
This commit is contained in:
parent
388e9f1c82
commit
daeaf2c209
@ -1,11 +1,13 @@
|
|||||||
{
|
{
|
||||||
"name": "gz-tools2",
|
"name": "gz-tools2",
|
||||||
"version": "2.0.0",
|
"version": "2.0.0",
|
||||||
|
"port-version": 1,
|
||||||
"description": "Gazebo tools provide the ign command line tool that accepts multiple subcommands.",
|
"description": "Gazebo tools provide the ign command line tool that accepts multiple subcommands.",
|
||||||
"homepage": "https://gazebosim.org",
|
"homepage": "https://gazebosim.org",
|
||||||
"license": "Apache-2.0",
|
"license": "Apache-2.0",
|
||||||
"supports": "!(arm & windows) & !uwp",
|
"supports": "!(arm & windows) & !uwp",
|
||||||
"dependencies": [
|
"dependencies": [
|
||||||
|
"gz-cmake3",
|
||||||
{
|
{
|
||||||
"name": "ignition-modularscripts",
|
"name": "ignition-modularscripts",
|
||||||
"host": true
|
"host": true
|
||||||
|
@ -3026,7 +3026,7 @@
|
|||||||
},
|
},
|
||||||
"gz-tools2": {
|
"gz-tools2": {
|
||||||
"baseline": "2.0.0",
|
"baseline": "2.0.0",
|
||||||
"port-version": 0
|
"port-version": 1
|
||||||
},
|
},
|
||||||
"gz-utils2": {
|
"gz-utils2": {
|
||||||
"baseline": "2.0.0",
|
"baseline": "2.0.0",
|
||||||
|
@ -1,5 +1,10 @@
|
|||||||
{
|
{
|
||||||
"versions": [
|
"versions": [
|
||||||
|
{
|
||||||
|
"git-tree": "31343bbe7d8ae7e4bfaa5bf8e7a29dc653d98acc",
|
||||||
|
"version": "2.0.0",
|
||||||
|
"port-version": 1
|
||||||
|
},
|
||||||
{
|
{
|
||||||
"git-tree": "10058238d27070a39c55eeb9ec6a4e5246a9f853",
|
"git-tree": "10058238d27070a39c55eeb9ec6a4e5246a9f853",
|
||||||
"version": "2.0.0",
|
"version": "2.0.0",
|
||||||
|
Loading…
Reference in New Issue
Block a user