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