Skip to content
This repository has been archived by the owner on Jun 21, 2023. It is now read-only.

Commit

Permalink
Add missing export build dependency
Browse files Browse the repository at this point in the history
This dependency was accidentally removed in #49.
We have a dependency on a specific version since required behvavior changed in #41.

Signed-off-by: Jacob Perron <jacob@openrobotics.org>
  • Loading branch information
jacobperron committed Apr 24, 2020
1 parent 2a408f8 commit 0f44612
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions rosidl_typesupport_connext_c/package.xml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@
<buildtool_export_depend>connext_cmake_module</buildtool_export_depend>
<buildtool_export_depend>rcutils</buildtool_export_depend>
<buildtool_export_depend>rosidl_cmake</buildtool_export_depend>
<buildtool_export_depend version_gte="0.9.0">rosidl_generator_c</buildtool_export_depend>
<buildtool_export_depend>rosidl_runtime_c</buildtool_export_depend>
<buildtool_export_depend>rosidl_generator_dds_idl</buildtool_export_depend>
<buildtool_export_depend>rosidl_typesupport_connext_cpp</buildtool_export_depend>
Expand Down

0 comments on commit 0f44612

Please sign in to comment.