-
Notifications
You must be signed in to change notification settings - Fork 92
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 cmake such that Boost::filesystem is exported properly #206
Conversation
@JafarAbdi your change there doesn't fix the issue. The problem is that packages depending on |
I don't think this should be the case, we have been using this method with moveit2 and linking against it without any problem, do you mind trying a clean build .? |
I'm betting you're picking up |
Out of curiosity, how are you linking your code against |
Actually, I do see it in |
I can't really share the entire
I have more libraries in the |
From previous PR discussion: I think we should include the cmake config instead of the Boost include like in moveit_core. That way, all Boost components are defined in one place which is easier to maintain and less error-prone. |
Yeah i'll leave that up to you all. Just pointing out that the way it exists right now unless that |
Made recommended changes. Let me know if there's anything else I need to do. Thanks |
Codecov Report
@@ Coverage Diff @@
## ros2 #206 +/- ##
=======================================
Coverage 54.66% 54.66%
=======================================
Files 11 11
Lines 2031 2031
=======================================
Hits 1110 1110
Misses 921 921 Continue to review full report at Codecov.
|
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.
I've had to make this change in other places before. Thank you for doing this.
Yeah np, any chance we could cherry-pick this back into |
I don't see why not. Please just open this change to the foxy branch and I'll happily merge it. |
Co-authored-by: Jordan Lack <jlack@houstonmechatronics.com>
Reopen #205, see my comment #205 (comment) :(