Skip to content

Commit 6509ccc

Browse files
authored
Fixed buildfarm build
Add ros_environment as a build dependency to make ROS_DISTRO available for CMake.
1 parent f03e949 commit 6509ccc

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

package.xml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,8 @@
2020
<buildtool_depend condition="$ROS_VERSION == 1">catkin</buildtool_depend>
2121
<buildtool_depend condition="$ROS_VERSION == 2">ament_cmake</buildtool_depend>
2222

23+
<build_depend>ros_environment</build_depend>
24+
2325
<build_depend condition="$ROS_VERSION == 1">message_generation</build_depend>
2426
<build_export_depend condition="$ROS_VERSION == 1">message_runtime</build_export_depend>
2527
<exec_depend condition="$ROS_VERSION == 1">message_runtime</exec_depend>

0 commit comments

Comments
 (0)