mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-24 09:49:07 +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.
24 lines
485 B
JSON
24 lines
485 B
JSON
{
|
|
"name": "omniorb",
|
|
"version": "4.3.0",
|
|
"port-version": 3,
|
|
"description": "omniORB is a robust high performance CORBA ORB for C++",
|
|
"homepage": "https://omniorb.sourceforge.io/",
|
|
"license": "LGPL-2.1-or-later",
|
|
"supports": "!uwp & !xbox & !((arm | x86) & windows) & !osx",
|
|
"dependencies": [
|
|
"openssl",
|
|
"python3",
|
|
{
|
|
"name": "python3",
|
|
"host": true
|
|
},
|
|
{
|
|
"name": "vcpkg-cmake",
|
|
"host": true
|
|
},
|
|
"zlib",
|
|
"zstd"
|
|
]
|
|
}
|