Skip to content

Commit

Permalink
add missing build_depend
Browse files Browse the repository at this point in the history
As they are find_package(... REQUIRED) in the CMakeLists.txt
to fill in the catkin_package(DEPENDS ...) section,
they are build dependencies.
  • Loading branch information
v4hn committed Oct 12, 2024
1 parent aca6fa1 commit 678d198
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions pcl_conversions/package.xml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,9 @@

<buildtool_depend>catkin</buildtool_depend>

<build_depend>libpcl-all-dev</build_depend>
<build_depend>eigen</build_depend>

<build_export_depend>eigen</build_export_depend>
<build_export_depend>libpcl-all-dev</build_export_depend>
<build_export_depend>pcl_msgs</build_export_depend>
Expand Down

0 comments on commit 678d198

Please sign in to comment.