replacing ros_middleware with rmw
This commit is contained in:
parent
251a5df6bd
commit
d21abfa94b
2 changed files with 3 additions and 3 deletions
|
@ -4,7 +4,7 @@ project(rcl)
|
|||
|
||||
find_package(ament_cmake REQUIRED)
|
||||
|
||||
ament_export_dependencies(ros_middleware_interface)
|
||||
ament_export_dependencies(rmw)
|
||||
|
||||
ament_export_include_directories(include)
|
||||
|
||||
|
|
|
@ -10,8 +10,8 @@
|
|||
|
||||
<buildtool_depend>ament_cmake</buildtool_depend>
|
||||
|
||||
<build_depend>ros_middleware_interface</build_depend>
|
||||
<build_depend>rmw</build_depend>
|
||||
|
||||
<build_export_depend>ros_middleware_interface</build_export_depend>
|
||||
<build_export_depend>rmw</build_export_depend>
|
||||
|
||||
</package>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue