Skip to content

Commit 7fe12e3

Browse files
committed
package.xml: added explicit build type for ROS 1 catkin for ROS melodic
1 parent 9b6d6c8 commit 7fe12e3

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
@@ -18,6 +18,7 @@
1818
<depend condition="$ROS_VERSION == 2">crtk_msgs</depend>
1919

2020
<export>
21+
<build_type condition="$ROS_VERSION == 1">catkin</build_type>
2122
<build_type condition="$ROS_VERSION == 2">ament_cmake</build_type>
2223
</export>
2324

0 commit comments

Comments
 (0)