early-access version 2853
This commit is contained in:
6
externals/vcpkg/ports/ignition-msgs6/portfile.cmake
vendored
Executable file
6
externals/vcpkg/ports/ignition-msgs6/portfile.cmake
vendored
Executable file
@@ -0,0 +1,6 @@
|
||||
# Cross-compilation is explicitly disabled until the upstream discussion
|
||||
# https://github.com/ignitionrobotics/ign-msgs/issues/34 is solved
|
||||
|
||||
ignition_modular_library(NAME msgs
|
||||
VERSION "6.0.0"
|
||||
SHA512 d7b76b61d37bc4bb2fd1319e2e2d8313fbcc52f51253b7c487bcdb7dabffcf50653fc5c709eb356d8b6ae20500c1fd32ffabc1fcfb28dd14346a10030fb6cd46)
|
||||
18
externals/vcpkg/ports/ignition-msgs6/vcpkg.json
vendored
Executable file
18
externals/vcpkg/ports/ignition-msgs6/vcpkg.json
vendored
Executable file
@@ -0,0 +1,18 @@
|
||||
{
|
||||
"name": "ignition-msgs6",
|
||||
"version": "6.0.0",
|
||||
"port-version": 4,
|
||||
"description": "Middleware protobuf messages for robotics",
|
||||
"license": null,
|
||||
"supports": "!(arm | uwp)",
|
||||
"dependencies": [
|
||||
"ignition-cmake2",
|
||||
"ignition-math6",
|
||||
{
|
||||
"name": "ignition-modularscripts",
|
||||
"host": true
|
||||
},
|
||||
"protobuf",
|
||||
"tinyxml2"
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user