mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-12-28 06:47:50 +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
349 B
JSON
19 lines
349 B
JSON
{
|
|
"name": "ignition-transport9",
|
|
"version-string": "9.0.0",
|
|
"port-version": 2,
|
|
"description": "Transport middleware for robotics",
|
|
"dependencies": [
|
|
"cppzmq",
|
|
"ignition-cmake2",
|
|
"ignition-msgs6",
|
|
{
|
|
"name": "libuuid",
|
|
"platform": "!windows & !uwp & !osx"
|
|
},
|
|
"protobuf",
|
|
"sqlite3",
|
|
"zeromq"
|
|
]
|
|
}
|