FazBrowse GitHub Viewer | Trending |
URL:
| Home
Tools: [Download Repo ZIP]   [Original HTTPS Page]

Export Threads dependency by David-LP99 · Pull Request #63 · micro-ROS/rcutils · GitHub

forked from ros2/rcutils

Export Threads dependency - #63

Merged
David-LP99 merged 1 commit into
rollingfrom
fix/export_treads_dependency
Sep 14, 2026
Merged

David-LP99 merged 1 commit into
rollingfrom
fix/export_treads_dependency

Conversation

Copy link
Copy Markdown

Description

The Threads dependency added in ros2#579 and gated in #56 causes errors in consumers because they cannot resolve the Threads::Threads target in the static micro-ROS build. Because of this type of build, CMake forwards the PRIVATE Threads::Threads to the consumers, which makes it appear in rcutilsExport.cmake but undefined since Threads was not exported.

This PR solves this by exporting the target when the build needs it (RCUTILS_NO_THREAD_SUPPORT=OFF).

Signed-off-by: David Laseca Perez <davidlaseca@eprosima.com>

mergify Bot commented Sep 14, 2026

Copy link
Copy Markdown

Tick the box to add this pull request to the merge queue (same as @mergifyio queue).

  • Queue this pull request

EugenioCollado left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

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

Choose a reason Spam Abuse Off Topic Outdated Duplicate Resolved Low Quality

LGTM

Copy link
Copy Markdown
Author

@mergify backport lyrical

David-LP99 merged commit 97cb03a into rolling Sep 14, 2026
3 checks passed
David-LP99 deleted the fix/export_treads_dependency branch September 14, 2026 13:46

mergify Bot commented Sep 14, 2026
edited
Loading

Copy link
Copy Markdown

backport lyrical

✅ Backports have been created

Details

David-LP99 added a commit that referenced this pull request Sep 15, 2026
Signed-off-by: David Laseca Perez <davidlaseca@eprosima.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode characters
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants


Back | FazBrowse Home | New Git URL