Skip to content

Commit

Permalink
Add missing build_export_depend on rosidl_core_runtime (#30)
Browse files Browse the repository at this point in the history
This package exports a dependency on rosidl_core_runtime in its
CMakeLists.txt. It has an exec_depend, but since the dependency is
needed for downstream packages to be built, it should also be a
build_export_depend.

Signed-off-by: Scott K Logan <logans@cottsay.net>
  • Loading branch information
cottsay authored Jun 22, 2024
1 parent a609a64 commit 6eb6eb3
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion package.xml
Original file line number Diff line number Diff line change
Expand Up @@ -18,9 +18,10 @@
<author email="jacob@openrobotics.org">Jacob Perron</author>

<buildtool_depend>ament_cmake</buildtool_depend>

<buildtool_depend>rosidl_core_generators</buildtool_depend>

<build_export_depend>rosidl_core_runtime</build_export_depend>

<exec_depend>rosidl_core_runtime</exec_depend>

<test_depend>ament_lint_auto</test_depend>
Expand Down

0 comments on commit 6eb6eb3

Please sign in to comment.