Skip to content

Commit 5f72467

Browse files
v4hnjspricke
authored andcommitted
add missing build_depend
As they are find_package(... REQUIRED) in the CMakeLists.txt to fill in the catkin_package(DEPENDS ...) section, they are build dependencies.
1 parent 2050d4f commit 5f72467

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

pcl_conversions/package.xml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,9 @@
1818

1919
<buildtool_depend>catkin</buildtool_depend>
2020

21+
<build_depend>libpcl-all-dev</build_depend>
22+
<build_depend>eigen</build_depend>
23+
2124
<build_export_depend>eigen</build_export_depend>
2225
<build_export_depend>libpcl-all-dev</build_export_depend>
2326
<build_export_depend>pcl_msgs</build_export_depend>

0 commit comments

Comments
 (0)