Skip to content

Commit

Permalink
Add missing build depend ros_industrial_cmake_boilerplate
Browse files Browse the repository at this point in the history
  • Loading branch information
Levi-Armstrong committed Aug 13, 2024
1 parent 340bdf5 commit 81b981d
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 0 deletions.
1 change: 1 addition & 0 deletions rct_common/package.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@
<maintainer email="joseph.schornak@swri.org">Joseph Schornak</maintainer>
<author email="joseph.schornak@swri.org">Joseph Schornak</author>
<license>Apache 2.0</license>
<build_depend>ros_industrial_cmake_boilerplate</build_depend>
<depend>eigen</depend>
<export>
<build_type>cmake</build_type>
Expand Down
1 change: 1 addition & 0 deletions rct_examples/package.xml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@
<license>Apache 2.0</license>

<buildtool_depend>catkin</buildtool_depend>
<build_depend>ros_industrial_cmake_boilerplate</build_depend>
<depend>rct_image_tools</depend>
<depend>rct_optimizations</depend>
<depend>rct_ros_tools</depend>
Expand Down
1 change: 1 addition & 0 deletions rct_image_tools/package.xml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@

<license>Apache 2.0</license>

<build_depend>ros_industrial_cmake_boilerplate</build_depend>
<depend>boost</depend>
<depend>rct_common</depend>
<depend>rct_optimizations</depend>
Expand Down
1 change: 1 addition & 0 deletions rct_optimizations/package.xml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@

<license>Apache 2.0</license>

<build_depend>ros_industrial_cmake_boilerplate</build_depend>
<depend>boost</depend>
<depend>libceres-dev</depend>
<depend>rct_common</depend>
Expand Down

0 comments on commit 81b981d

Please sign in to comment.