Skip to content

Commit

Permalink
Add rclcpp to test dependencies
Browse files Browse the repository at this point in the history
- Apparently ament_export_dependencies does not work in rosbag2_test_common
  • Loading branch information
Martin-Idel-SI committed Sep 27, 2018
1 parent de966f0 commit 5bad5b8
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 1 addition & 0 deletions rosbag2_storage_default_plugins/package.xml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@
<test_depend>ament_lint_common</test_depend>
<test_depend>ament_cmake_gmock</test_depend>
<test_depend>rosbag2_test_common</test_depend>
<test_depend>rclcpp</test_depend>

<export>
<build_type>ament_cmake</build_type>
Expand Down
2 changes: 0 additions & 2 deletions rosbag2_test_common/package.xml
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,6 @@

<buildtool_depend>ament_cmake</buildtool_depend>

<depend>ament_index_cpp</depend>

<test_depend>ament_cmake_gmock</test_depend>
<test_depend>ament_lint_auto</test_depend>
<test_depend>ament_lint_common</test_depend>
Expand Down

0 comments on commit 5bad5b8

Please sign in to comment.