-
Notifications
You must be signed in to change notification settings - Fork 917
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
[melodic] Fix Windows build break. #557
[melodic] Fix Windows build break. #557
Conversation
@SteveMacenski This is ready for review and merge. Thanks! |
LGTM but I mostly leave ROS1 things to Tom. Might be better targeted for a Noetic branch so that there's no breakage on a new release. |
Sounds good. @ayrton04 Let me know what do you think. Perhaps we can have a |
We'll see what he says first. I'd like to avoid extra branches to try to keep synced if possible. |
These changes look pretty tame. I think I'd be fine with it going into Melodic. @SteveMacenski, I've wondered if there's a better model for branch management w.r.t. ROS distros for a while. Maybe we just have a |
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.
Thank you!
ROS1’s on its last legs so I’m not super concerned with its management. I think as long as the changes aren’t massive we can keep 1 branch for Kinetic / melodic / noetic. Reducing the maintenance overhead of LTS distro can’t be overstated IMO. Keeping multiple LTS distro branches in sync is a pain so using the same when possible is a big stress reliever. |
Works for me. |
Thanks for the merge! |
CMAKE_CXX_STANDARD
to set C++14 policy.ERROR
macro conflicts due toWindows.h
gets included in the header inclusion chain.Verified with https://aka.ms/ros Windows build.