Skip to content

Commit

Permalink
Fix build failures (#465)
Browse files Browse the repository at this point in the history
* Swtich to build_export_depend for libpcl-all-dev (#447)

Signed-off-by: Yadunund <yadunund@openrobotics.org>

* Add build depend

Signed-off-by: audrow <audrow@google.com>

---------

Signed-off-by: Yadunund <yadunund@openrobotics.org>
Signed-off-by: audrow <audrow@google.com>
Co-authored-by: Yadu <yadunund@gmail.com>
  • Loading branch information
audrow and Yadunund authored Aug 20, 2024
1 parent 321c7f8 commit af32db3
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions pcl_conversions/package.xml
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,8 @@

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

<build_export_depend>libpcl-all-dev</build_export_depend>

<depend>eigen</depend>
<depend>message_filters</depend>
<depend>pcl_msgs</depend>
Expand Down
2 changes: 2 additions & 0 deletions pcl_ros/package.xml
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,8 @@

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

<build_export_depend>libpcl-all-dev</build_export_depend>

<depend>eigen</depend>
<depend>pcl_conversions</depend>
<depend>rclcpp</depend>
Expand Down

0 comments on commit af32db3

Please sign in to comment.