Skip to content

Commit

Permalink
Merge pull request #423 from Ryanf55/export-pcl-deps-correctly
Browse files Browse the repository at this point in the history
Split PCL deps for dev and runtime
  • Loading branch information
Ryanf55 committed Feb 16, 2024
2 parents ef8a31b + 220def8 commit b821ecb
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 b821ecb

Please sign in to comment.