Skip to content

Commit 085177d

Browse files
ZhenshengLeebrakmic-aleksandar
authored andcommitted
fix colcon build issue with find_pkg.
Signed-off-by: VictorLee <[email protected]>
1 parent aace129 commit 085177d

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

rosidl_typesupport_protobuf/package.xml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,8 @@
88
<license>Apache License 2.0</license>
99

1010
<buildtool_depend>ament_cmake</buildtool_depend>
11+
<buildtool_depend>rosidl_generator_c</buildtool_depend>
12+
<buildtool_export_depend>rosidl_generator_c</buildtool_export_depend>
1113

1214
<export>
1315
<architecture_independent/>

rosidl_typesupport_protobuf_c/package.xml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,12 +12,14 @@
1212
<buildtool_depend>rosidl_generator_c</buildtool_depend>
1313
<buildtool_depend>rosidl_adapter_proto</buildtool_depend>
1414
<buildtool_depend>rosidl_typesupport_protobuf</buildtool_depend>
15+
<buildtool_depend>rosidl_typesupport_introspection_cpp</buildtool_depend>
1516

1617
<buildtool_export_depend>ament_cmake</buildtool_export_depend>
1718
<buildtool_export_depend>rosidl_cmake</buildtool_export_depend>
1819
<buildtool_export_depend>rosidl_adapter_proto</buildtool_export_depend>
1920
<buildtool_export_depend>rosidl_generator_c</buildtool_export_depend>
2021
<buildtool_export_depend>rosidl_typesupport_protobuf</buildtool_export_depend>
22+
<buildtool_export_depend>rosidl_typesupport_introspection_cpp</buildtool_export_depend>
2123

2224
<build_export_depend>rmw</build_export_depend>
2325

0 commit comments

Comments
 (0)