From d8e9874a8069cbbb3592f9b453c3053b7f62e7ab Mon Sep 17 00:00:00 2001 From: Kurtis Charnock Date: Wed, 12 Jun 2019 17:13:26 +0100 Subject: [PATCH 1/2] 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 --- rmw_fastrtps_dynamic_cpp/CMakeLists.txt | 2 ++ 1 file changed, 2 insertions(+) diff --git a/rmw_fastrtps_dynamic_cpp/CMakeLists.txt b/rmw_fastrtps_dynamic_cpp/CMakeLists.txt index 0225cc8d8..c050468c2 100644 --- a/rmw_fastrtps_dynamic_cpp/CMakeLists.txt +++ b/rmw_fastrtps_dynamic_cpp/CMakeLists.txt @@ -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_cpp) +ament_export_dependencies(rosidl_typesupport_fastrtps_c) ament_export_dependencies(rosidl_typesupport_introspection_cpp) ament_export_dependencies(rosidl_typesupport_introspection_c) ament_export_dependencies(rosidl_generator_c) From 4efa459e211323fa195b474991e242b5c2c8843d Mon Sep 17 00:00:00 2001 From: Kurtis Charnock Date: Thu, 13 Jun 2019 15:59:44 +0100 Subject: [PATCH 2/2] Arrange new lines in HEAD^ alphabetically Signed-off-by: Kurtis Charnock --- rmw_fastrtps_dynamic_cpp/CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rmw_fastrtps_dynamic_cpp/CMakeLists.txt b/rmw_fastrtps_dynamic_cpp/CMakeLists.txt index c050468c2..c041bb524 100644 --- a/rmw_fastrtps_dynamic_cpp/CMakeLists.txt +++ b/rmw_fastrtps_dynamic_cpp/CMakeLists.txt @@ -111,8 +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_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)