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

Fix ament_target_dependencies #452

Merged
merged 1 commit into from Aug 3, 2023
Merged

Conversation

VRichardJP
Copy link
Contributor

CMake find_library does not do anything if the input variable is already set.
For example ament_target_dependencies does not work properly with PCL.
See #451

Copy link
Contributor

@clalancette clalancette left a comment

Choose a reason for hiding this comment

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

First, I'm sorry for the very long delay in looking into this.

Second, thank you so much for the detailed bug report and analysis in #451 .

Finally, this fix looks good to me, so I'm going to go ahead and run CI on it. Assuming that comes back green I'll go ahead and merge.

@clalancette clalancette linked an issue Aug 2, 2023 that may be closed by this pull request
CMake `find_library` does not do anything if the input variable is already set.

Signed-off-by: Vincent Richard <vincent.francois.richard@gmail.com>
@clalancette
Copy link
Contributor

clalancette commented Aug 2, 2023

CI:

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

@clalancette clalancette merged commit c0bd291 into ament:rolling Aug 3, 2023
3 checks passed
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.

ament_target_dependencies does not link PCL properly
2 participants