-
Notifications
You must be signed in to change notification settings - Fork 37
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
remove dependency on rmw_implementation #62
remove dependency on rmw_implementation #62
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
# option() | ||
string(TOUPPER "${typesupport_type}" typesupport_type_upper) | ||
if(NOT "$ENV{STATIC_${typesupport_type_upper}}" STREQUAL "") | ||
string(REPLACE ":" ";" STATIC_${typesupport_type_upper} "$ENV{STATIC_${typesupport_type_upper}}") |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
In this case, the ENV variable is overriding the compile option if provided?
Is that the expected behavior?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
It is the same behavior we are using for RMW_IMPLEMENTATIONS
.
Signed-off-by: Dirk Thomas <dirk-thomas@users.noreply.github.com>
dac7570
to
2e1f376
Compare
Signed-off-by: Dirk Thomas <dirk-thomas@users.noreply.github.com>
They are not needed from Foxy onwards. The requirement was removed in ros2/rosidl_typesupport#62. Signed-off-by: Jacob Perron <jacob@openrobotics.org>
Needed for ros2/rmw_dds_common#12