mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-25 04:38:59 +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-transport8",
|
|
"version-string": "8.1.0",
|
|
"port-version": 2,
|
|
"description": "Transport middleware for robotics",
|
|
"dependencies": [
|
|
"cppzmq",
|
|
"ignition-cmake2",
|
|
"ignition-msgs5",
|
|
{
|
|
"name": "libuuid",
|
|
"platform": "!windows & !uwp & !osx"
|
|
},
|
|
"protobuf",
|
|
"sqlite3",
|
|
"zeromq"
|
|
]
|
|
}
|