Skip to content

Commit

Permalink
Add mechanism to disable workaround for dependency groups (#1151)
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 ff22e57 commit 5254a48
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion rcl/package.xml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,6 @@
<depend>libyaml_vendor</depend>
<depend>rcl_interfaces</depend>
<depend>rcl_logging_interface</depend>
<depend>rcl_logging_spdlog</depend> <!-- the default logging impl -->
<depend>rcl_yaml_param_parser</depend>
<depend>rcutils</depend>
<depend>rmw_implementation</depend>
Expand All @@ -33,6 +32,9 @@
<depend>type_description_interfaces</depend>
<depend>yaml</depend>

<!-- Explicit group resolution - see ros-infrastructure/catkin_pkg#369 -->
<depend condition="$DISABLE_GROUPS_WORKAROUND != 1">rcl_logging_spdlog</depend>

<test_depend>ament_cmake_gtest</test_depend>
<test_depend>ament_lint_auto</test_depend>
<test_depend>ament_lint_common</test_depend>
Expand Down

0 comments on commit 5254a48

Please sign in to comment.