Skip to content

Commit

Permalink
buildtool_export_depend rosidl_generator_x to provide transitive depe…
Browse files Browse the repository at this point in the history
…ndencies

Signed-off-by: ahcorde <ahcorde@gmail.com>
  • Loading branch information
ahcorde committed Apr 1, 2020
1 parent c474d46 commit 7791764
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 0 deletions.
1 change: 1 addition & 0 deletions rosidl_typesupport_fastrtps_c/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,7 @@ find_package(rosidl_typesupport_fastrtps_cpp REQUIRED)
ament_export_dependencies(rmw)
ament_export_dependencies(rosidl_cmake)
ament_export_dependencies(rosidl_runtime_c)
ament_export_dependencies(rosidl_generator_c)
ament_export_dependencies(rosidl_typesupport_fastrtps_cpp)
ament_export_include_directories(include)

Expand Down
1 change: 1 addition & 0 deletions rosidl_typesupport_fastrtps_c/package.xml
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@
<buildtool_export_depend>fastrtps</buildtool_export_depend>
<buildtool_export_depend>rosidl_cmake</buildtool_export_depend>
<buildtool_export_depend>rosidl_typesupport_fastrtps_cpp</buildtool_export_depend>
<buildtool_export_depend>rosidl_generator_c</buildtool_export_depend>

<build_export_depend>rmw</build_export_depend>
<build_export_depend>rosidl_runtime_c</build_export_depend>
Expand Down
1 change: 1 addition & 0 deletions rosidl_typesupport_fastrtps_cpp/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,7 @@ ament_export_dependencies(rmw)
ament_export_dependencies(rosidl_cmake)
ament_export_dependencies(rosidl_runtime_c)
ament_export_dependencies(rosidl_runtime_cpp)
ament_export_dependencies(rosidl_generator_cpp)
ament_export_dependencies(rosidl_typesupport_interface)

ament_export_include_directories(include)
Expand Down
1 change: 1 addition & 0 deletions rosidl_typesupport_fastrtps_cpp/package.xml
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@
<buildtool_export_depend>fastcdr</buildtool_export_depend>
<buildtool_export_depend>fastrtps</buildtool_export_depend>
<buildtool_export_depend>rosidl_cmake</buildtool_export_depend>
<buildtool_export_depend>rosidl_generator_cpp</buildtool_export_depend>

<build_export_depend>rmw</build_export_depend>
<build_export_depend>rosidl_runtime_c</build_export_depend>
Expand Down

0 comments on commit 7791764

Please sign in to comment.