Skip to content

Commit

Permalink
Split PCL deps to dev and runtime
Browse files Browse the repository at this point in the history
Signed-off-by: Ryan Friedman <[email protected]>
(cherry picked from commit 220def8)
  • Loading branch information
Ryanf55 authored and mergify[bot] committed Feb 16, 2024
1 parent f503ee4 commit 76905d0
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion grid_map_pcl/package.xml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,9 @@
<depend>rclcpp</depend>
<depend>rcutils</depend>
<depend>yaml-cpp</depend>
<depend>libpcl-all-dev</depend>
<build_depend>libpcl-all-dev</build_depend>
<build_export_depend>libpcl-all-dev</build_export_depend>
<exec_depend>libpcl-all</exec_depend>

<test_depend>ament_cmake_gtest</test_depend>
<test_depend>ament_lint_auto</test_depend>
Expand Down

0 comments on commit 76905d0

Please sign in to comment.