Closed JeroenDM closed 4 years ago
This change matches how the C++ standard is specified in moveit_kinematics, as discussed in #48.
set(CMAKE_CXX_STANDARD 14) set(CMAKE_CXX_STANDARD_REQUIRED ON) set(CMAKE_CXX_EXTENSIONS OFF)
Ideally, I would like to test this on an msvc compiler, but I did not look into it yet. Maybe some of the dependencies are not supported yet.
I guess someone from M$ will show up shortly once we add this to MoveIt tutorials and fix anything remaining, no need to be proactive ;)
This change matches how the C++ standard is specified in moveit_kinematics, as discussed in #48.
Ideally, I would like to test this on an msvc compiler, but I did not look into it yet. Maybe some of the dependencies are not supported yet.