Skip to content

Commit

Permalink
Fixed unknown build_type error on ros1
Browse files Browse the repository at this point in the history
  • Loading branch information
matlabbe committed Dec 11, 2022
1 parent cb4aaea commit e0328f0
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions package.xml
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,7 @@
<exec_depend>message_filters</exec_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 e0328f0

Please sign in to comment.