mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-12-28 05:07:49 +08:00
b13e043b70
The `uuid/uuid.h` header conflicts with system libraries on osx; some system headers include `<uuid/uuid.h>`, intending to get the macOS system headers.
19 lines
365 B
JSON
19 lines
365 B
JSON
{
|
|
"name": "ignition-transport4",
|
|
"version-string": "4.0.0",
|
|
"port-version": 4,
|
|
"description": "Transport middleware for robotics",
|
|
"dependencies": [
|
|
"cppzmq",
|
|
"ignition-cmake0",
|
|
"ignition-modularscripts",
|
|
"ignition-msgs1",
|
|
{
|
|
"name": "libuuid",
|
|
"platform": "!windows & !uwp & !osx"
|
|
},
|
|
"protobuf",
|
|
"zeromq"
|
|
]
|
|
}
|