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_STANDARDflag insteadthis port points to the melodic release branch because it currently only targets ROS1.melodic