-
Notifications
You must be signed in to change notification settings - Fork 102
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
[noetic][pluginlib] declare specific boost dependencies #171
Conversation
Signed-off-by: Mikael Arguedas <mikael.arguedas@gmail.com>
actually keep them as build_depend and build_export_depend as they are "find_package(REQUIRED) in the CMakeLists of this package" remove libboost-system as it doesnt seem to be imported/used anywhere Signed-off-by: Mikael Arguedas <mikael.arguedas@gmail.com>
b9f68fc
to
4dccaf1
Compare
@ros-pull-request-builder retest this please |
1 similar comment
@ros-pull-request-builder retest this please |
CI looks ok, just a CMP0048 warning which could be fix in a different PR: http://wiki.ros.org/noetic/Migration#Increase_required_CMake_version_to_avoid_author_warning |
Opened #173 to fix Noetic pluginlib PR jobs |
Hat tip to Shane whose comment in another PR diagnosed the warning: #171 (comment) Melodic's currently supported platforms, Stretch and Bionic, use CMake 3.7.2 and 3.10.2 respectively so this change can target melodic-devel.
@ros-pull-request-builder retest this please |
Signed-off-by: Mikael Arguedas <mikael.arguedas@gmail.com>
@nuclearsandwich friendly ping. Looks like both Melodic and Noetic PR jobs passed 🎉 |
@nuclearsandwich friendly ping |
Results of a Noetic prerelease test
Plus edited overlay to include at-wat/neonavigation#497
So looking pretty good. The controller_manager_tests failure is the only one I want to check out. |
I've run the controller_manager_tests a couple times by re-running @nuclearsandwich I'm going to use the permission you gave me at the start of the day to merge and release. |
May be worth targeting to a noetic-devel to not impact released packages on other distributions
related to ros/ros_comm#1871