Fixed unknown build_type error on ros1

This commit is contained in:
matlabbe 2022-12-11 15:22:55 -08:00
parent cb4aaea8a5
commit e0328f0261

View File

@ -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>