Skip to content

Commit

Permalink
Add mechanism to disable workaround for dependency groups (#229)
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 16e14d1 commit ad9fca4
Showing 1 changed file with 6 additions and 9 deletions.
15 changes: 6 additions & 9 deletions rmw_implementation/package.xml
Original file line number Diff line number Diff line change
Expand Up @@ -21,15 +21,12 @@
<depend>rcpputils</depend>
<depend>rcutils</depend>
<build_depend>rmw</build_depend>
<!--
Bloom does not support group_depend so entries below duplicate the group rmw_implementation_packages.
This ensures that binary packages have support for all of these rmw impl. enabled.
-->
<build_depend>rmw_connextdds</build_depend>
<build_depend>rmw_cyclonedds_cpp</build_depend>
<build_depend>rmw_fastrtps_cpp</build_depend>
<build_depend>rmw_fastrtps_dynamic_cpp</build_depend>
<!-- end of group dependencies added for bloom -->

<!-- Explicit group resolution - see ros-infrastructure/catkin_pkg#369 -->
<build_depend condition="$DISABLE_GROUPS_WORKAROUND != 1">rmw_connextdds</build_depend>
<build_depend condition="$DISABLE_GROUPS_WORKAROUND != 1">rmw_cyclonedds_cpp</build_depend>
<build_depend condition="$DISABLE_GROUPS_WORKAROUND != 1">rmw_fastrtps_cpp</build_depend>
<build_depend condition="$DISABLE_GROUPS_WORKAROUND != 1">rmw_fastrtps_dynamic_cpp</build_depend>

<depend>rmw_implementation_cmake</depend>

Expand Down

0 comments on commit ad9fca4

Please sign in to comment.