mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-24 08:39:01 +08:00
6db51d86a9
If a call to `vcpkg_replace_string` makes no changes i.e doesn't effectively replace a string, A warning is logged. This should also help identify ports that no longer need these calls to fix things in `.pc` files etc.
36 lines
672 B
JSON
36 lines
672 B
JSON
{
|
|
"name": "gz-common5",
|
|
"version": "5.4.1",
|
|
"port-version": 2,
|
|
"description": "Common libraries for robotics applications",
|
|
"homepage": "https://ignitionrobotics.org/libs/common",
|
|
"license": "Apache-2.0",
|
|
"dependencies": [
|
|
"assimp",
|
|
{
|
|
"name": "dlfcn-win32",
|
|
"platform": "windows | uwp"
|
|
},
|
|
"ffmpeg",
|
|
"freeimage",
|
|
"gdal",
|
|
"gts",
|
|
"gz-cmake3",
|
|
"gz-math7",
|
|
{
|
|
"name": "ignition-modularscripts",
|
|
"host": true
|
|
},
|
|
{
|
|
"name": "libuuid",
|
|
"platform": "!windows & !osx"
|
|
},
|
|
{
|
|
"name": "pkgconf",
|
|
"host": true,
|
|
"default-features": false
|
|
},
|
|
"tinyxml2"
|
|
]
|
|
}
|