-
Notifications
You must be signed in to change notification settings - Fork 15
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
enable kobuki Windows build #7
Conversation
…into windows_bringup
enable windows build
I've bumped the logic for requiring and enabling (in a cross platform way) cxx14 on the |
Sounds great!
I think these macros are already being used in ecl_core (and there should be more instances like this). Since the original logic ( |
for the other question, MSVC uses |
Aha, I found the few references in the melodic branch enabling cxx11.
I'll backport the new cross platform api and see how it handles it. |
Cross platform approach in 45edeb9. Released and tagged as Closing this PR in favour of that, if you have any issues with this, please open a new issue. Moving on to dealing with the other ecl repositories. |
Thanks for back-porting the change! Will test this one out. Also thanks for educating me about |
this library needs to be updated in order to enable the kobuki code base to build on Windows
-std=
is not supported on MSVC, use the compiler-agnosticCMAKE_CXX_STANDARD
flag insteadthis port points to the melodic release branch because it currently only targets ROS1.melodic