Skip to content

Commit 220def8

Browse files
committed
Split PCL deps to dev and runtime
Signed-off-by: Ryan Friedman <[email protected]>
1 parent ef8a31b commit 220def8

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

grid_map_pcl/package.xml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,9 @@
2121
<depend>rclcpp</depend>
2222
<depend>rcutils</depend>
2323
<depend>yaml-cpp</depend>
24-
<depend>libpcl-all-dev</depend>
24+
<build_depend>libpcl-all-dev</build_depend>
25+
<build_export_depend>libpcl-all-dev</build_export_depend>
26+
<exec_depend>libpcl-all</exec_depend>
2527

2628
<test_depend>ament_cmake_gtest</test_depend>
2729
<test_depend>ament_lint_auto</test_depend>

0 commit comments

Comments
 (0)