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

skip inoperable typesupport implementations #107

Merged
merged 1 commit into from
Apr 17, 2020
Merged

Conversation

dirk-thomas
Copy link
Member

@dirk-thomas dirk-thomas commented Apr 17, 2020

Fixes #106.

Before #102 the available RMW packages where enumerated and rmw_connext_cpp returned not-found if Connext wasn't available: https://github.com/ros2/rmw_connext/blob/ae1bc361b1ee77be826b37bc3d0b2a0d6caa34ec/rmw_connext_cpp/rmw_connext_cpp-extras.cmake#L21
After #102 RMW impl. aren't considered anymore but only the type support packages.

This patch checks for the actual existence of the typesupport specific target which is about to be used instead of any secondary state (package existence, index registration, extensions, etc.).

Signed-off-by: Dirk Thomas <dirk-thomas@users.noreply.github.com>
@dirk-thomas dirk-thomas added the bug Something isn't working label Apr 17, 2020
@dirk-thomas dirk-thomas self-assigned this Apr 17, 2020
Copy link
Member

@mikaelarguedas mikaelarguedas left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

fixes the issue for me 👍

@dirk-thomas dirk-thomas merged commit cca309f into master Apr 17, 2020
@delete-merged-branch delete-merged-branch bot deleted the dirk-thomas/fix-106 branch April 17, 2020 19:03
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Unable to build message packages on top of nightly archives
3 participants