Skip to content

Commit

Permalink
build(ndt_omp): add ros_environment dependency (#20)
Browse files Browse the repository at this point in the history
Needed so that `CMakeLists.txt` can access the `$ROS_VERSION` environment variable in the ROS buildfarm

Signed-off-by: Esteve Fernandez <[email protected]>
  • Loading branch information
esteve committed Feb 2, 2023
1 parent 0852c95 commit f809626
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 @@ -11,6 +11,7 @@

<buildtool_depend condition="$ROS_VERSION == 1">catkin</buildtool_depend>
<buildtool_depend condition="$ROS_VERSION == 2">ament_cmake_auto</buildtool_depend>
<buildtool_depend>ros_environment</buildtool_depend>

<depend condition="$ROS_VERSION == 1">pcl_ros</depend>
<depend condition="$ROS_VERSION == 1">roscpp</depend>
Expand Down

0 comments on commit f809626

Please sign in to comment.