vcpkg/ports/gz-common5/vcpkg.json
gerard-ryan-immersaview 6db51d86a9
[vcpkg_replace_string] warn unchanged by call (#34719)
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.
2024-06-19 14:07:05 -07:00

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