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

Add missing build_export_depend on rosidl_core_runtime #165

Merged
merged 1 commit into from
Jun 22, 2024

Conversation

cottsay
Copy link
Member

@cottsay cottsay commented Apr 29, 2024

These four packages all export a dependency on rosidl_core_runtime in their CMakeLists.txt. They have an exec_depend, but since the dependency is needed for downstream packages to be built, it should also be a build_export_depend.

For example:

ament_export_dependencies(rosidl_core_runtime)

These four packages all export a dependency on rosidl_core_runtime in
their CMakeLists.txt. They have an exec_depend, but since the dependency
is needed for downstream packages to be built, it should also be a
build_export_depend.

Signed-off-by: Scott K Logan <[email protected]>
@cottsay cottsay added the bug Something isn't working label Apr 29, 2024
@cottsay cottsay self-assigned this Apr 29, 2024
@cottsay cottsay requested a review from gbiggs as a code owner April 29, 2024 15:49
Copy link
Collaborator

@fujitatomoya fujitatomoya left a comment

Choose a reason for hiding this comment

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

lgtm

@cottsay
Copy link
Member Author

cottsay commented Jun 21, 2024

  • Linux Build Status
  • Linux-aarch64 Build Status
  • Linux-rhel Build Status
  • Windows Build Status

@cottsay cottsay merged commit 4959b5d into rolling Jun 22, 2024
3 checks passed
@cottsay cottsay deleted the cottsay/missing-bed branch June 22, 2024 05:21
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.

2 participants