Closed Serafadam closed 3 years ago
@Serafadam thanks for the heads-up! I don't see Boost getting linked against the library anywhere. Could you try adding Boost
to the existing ament_target_dependencies(${PROJECT_NAME} ...)
and see if that fixes your issue?
@tylerjw do you think it would make sense to introduce a variable for ConfigExtras.cmake that provides all dependencies imported by it? That way things like this might not get lost so easily.
Hi, this also works :slightly_smiling_face:
Great! Would you mind preparing a PR for this?
Sure, here it is https://github.com/ros-planning/warehouse_ros_mongo/pull/70
Thanks, @Serafadam!
Hi, I tried to build this package on Nvidia Xavier Jetson (in my Galactic Docker container), and there were some errors:
I managed to fix it by adding some linking in CMakeLists.txt:
I can make a PR with those changes, I guess this doesn't really affect other builds.