File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -131,8 +131,8 @@ ament_export_targets(rmw_fastrtps_cpp)
131131ament_export_dependencies(fastcdr rmw rmw_fastrtps_shared_cpp rosidl_runtime_c rosidl_typesupport_fastrtps_cpp)
132132
133133register_rmw_implementation(
134- "c:rosidl_typesupport_c: rosidl_typesupport_fastrtps_c:rosidl_typesupport_introspection_c"
135- "cpp:rosidl_typesupport_cpp: rosidl_typesupport_fastrtps_cpp:rosidl_typesupport_introspection_cpp" )
134+ "c:rosidl_typesupport_fastrtps_c:rosidl_typesupport_introspection_c"
135+ "cpp:rosidl_typesupport_fastrtps_cpp:rosidl_typesupport_introspection_cpp" )
136136
137137if (BUILD_TESTING)
138138 find_package (ament_lint_auto REQUIRED)
Original file line number Diff line number Diff line change @@ -139,8 +139,8 @@ ament_export_dependencies(
139139)
140140
141141register_rmw_implementation(
142- "c:rosidl_typesupport_c: rosidl_typesupport_introspection_c"
143- "cpp:rosidl_typesupport_cpp: rosidl_typesupport_introspection_cpp" )
142+ "c:rosidl_typesupport_introspection_c"
143+ "cpp:rosidl_typesupport_introspection_cpp" )
144144
145145if (BUILD_TESTING)
146146 find_package (ament_lint_auto REQUIRED)
You can’t perform that action at this time.
0 commit comments