Skip to content

Commit

Permalink
Export typesupport_fastrtps package dependencies (#294)
Browse files Browse the repository at this point in the history
* Export typesupport_fastrtps package dependencies

Fixes rosidl_typesupport_fastrtps_c and rosidl_typesupport_fastrtps_cpp
not being listed as dependencies to this package.

Signed-off-by: Kurtis Charnock <[email protected]>

* Arrange new lines in HEAD^ alphabetically

Signed-off-by: Kurtis Charnock <[email protected]>
  • Loading branch information
kurcha01-arm authored and dirk-thomas committed Jun 13, 2019
1 parent abe500c commit 9983944
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions rmw_fastrtps_dynamic_cpp/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -111,6 +111,8 @@ PRIVATE "RMW_FASTRTPS_DYNAMIC_CPP_BUILDING_LIBRARY")
ament_export_include_directories(include)
ament_export_libraries(rmw_fastrtps_dynamic_cpp)

ament_export_dependencies(rosidl_typesupport_fastrtps_c)
ament_export_dependencies(rosidl_typesupport_fastrtps_cpp)
ament_export_dependencies(rosidl_typesupport_introspection_cpp)
ament_export_dependencies(rosidl_typesupport_introspection_c)
ament_export_dependencies(rosidl_generator_c)
Expand Down

0 comments on commit 9983944

Please sign in to comment.