Skip to content

Commit

Permalink
ROS pkg missing propagated dependencies for downstream pkgs
Browse files Browse the repository at this point in the history
  • Loading branch information
matlabbe authored and ProfFan committed Jun 29, 2024
1 parent 2af2c96 commit 2b03830
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions package.xml
Original file line number Diff line number Diff line change
Expand Up @@ -23,9 +23,9 @@

<buildtool_depend>cmake</buildtool_depend>

<build_depend>boost</build_depend>
<build_depend>eigen</build_depend>
<build_depend>tbb</build_depend>
<depend>boost</depend>
<depend>eigen</depend>
<depend>tbb</depend>

<export>
<!-- Specify that this is not really a Catkin package-->
Expand Down

0 comments on commit 2b03830

Please sign in to comment.