You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Skip rosidl_generate_interfaces dependency export on SKIP_INSTALL. (#708)
* Skip rosidl_generate_interfaces dependency export on SKIP_INSTALL.
When a dependency is declared in rosidl_generate_interfaces(),
ament_export_dependencies() for that dependency is automatically
called. That is the correct default behavior, but it isn't always
the behavior that is wanted. In particular, if a package has
messages that are only used for tests, we don't want to export
those dependencies downstream. If SKIP_INSTALL is specified,
skip exporting the dependencies downstream.
Signed-off-by: Chris Lalancette <[email protected]>
0 commit comments