replacing ros_middleware with rmw

This commit is contained in:
William Woodall 2015-03-04 16:34:23 -08:00
parent 251a5df6bd
commit d21abfa94b
2 changed files with 3 additions and 3 deletions

View file

@ -4,7 +4,7 @@ project(rcl)
find_package(ament_cmake REQUIRED) find_package(ament_cmake REQUIRED)
ament_export_dependencies(ros_middleware_interface) ament_export_dependencies(rmw)
ament_export_include_directories(include) ament_export_include_directories(include)

View file

@ -10,8 +10,8 @@
<buildtool_depend>ament_cmake</buildtool_depend> <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> </package>