Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add mechanism to disable workaround for dependency groups #229

Merged
merged 1 commit into from
Jun 5, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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