Closed jlack1987 closed 2 years ago
@henningkayser I went ahead and fixed the file name, but I don't think that file should be included. Is there somewhere else you have seen that does this?
Is there any chance this could get cherry picked into foxy
/galactic
since it's a bug that makes it tough to use this package?
For some reason, GitHub decided to merge this PR by me only pushing to your branch :/
@jlack1987 Do you mind testing the latest ros2
branch .?
Is there any chance this could get cherry picked into foxy/galactic since it's a bug that makes it tough to use this package?
Yep, I'll do right now
This fixes https://github.com/ros-planning/geometric_shapes/issues/166. Ultimately this issue result in the
Boost
components not getting exported with anament_target_dependencies
andament_export_dependencies
calls.Before this fix attempting to link against this pkg resulted in,
After this fix it builds properly.