Skip to content

Commit

Permalink
Add mechanism to disable workaround for dependency groups (#397)
Browse files Browse the repository at this point in the history
Signed-off-by: Scott K Logan <[email protected]>
  • Loading branch information
cottsay authored Jun 5, 2024
1 parent 80e1990 commit 8751ff4
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions ros2launch/package.xml
Original file line number Diff line number Diff line change
Expand Up @@ -25,9 +25,9 @@
<depend>ros2cli</depend>
<depend>ros2pkg</depend>

<!-- explicitly depend on the main launch frontends -->
<exec_depend>launch_xml</exec_depend>
<exec_depend>launch_yaml</exec_depend>
<!-- Explicit group resolution - see ros-infrastructure/catkin_pkg#369 -->
<exec_depend condition="$DISABLE_GROUPS_WORKAROUND != 1">launch_xml</exec_depend>
<exec_depend condition="$DISABLE_GROUPS_WORKAROUND != 1">launch_yaml</exec_depend>

<test_depend>ament_copyright</test_depend>
<test_depend>ament_flake8</test_depend>
Expand Down

0 comments on commit 8751ff4

Please sign in to comment.