Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit c34a79b

Browse files
authored
Fix catkin build for v3 (BehaviorTree#169)
1 parent 4c89343 commit c34a79b

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

package.xml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,7 @@
2222
<depend>libzmq3-dev</depend>
2323

2424
<export>
25+
<build_type condition="$ROS_VERSION == 1">catkin</build_type>
2526
<build_type condition="$ROS_VERSION == 2">ament_cmake</build_type>
2627
</export>
2728

0 commit comments

Comments
 (0)