Skip to content

Commit

Permalink
add export dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
adev4a committed Jul 7, 2023
1 parent 66e45f4 commit 47e24f5
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions core_perception/ndt_cpu/package.xml
Original file line number Diff line number Diff line change
Expand Up @@ -15,4 +15,8 @@
<exec_depend>libpcl-all</exec_depend>

<build_depend>carma_cmake_common</build_depend>
<export>
<build_type condition="$ROS_VERSION == 1">catkin</build_type>
<build_type condition="$ROS_VERSION == 2">ament_cmake</build_type>
</export>
</package>

0 comments on commit 47e24f5

Please sign in to comment.