Closed mikaelarguedas closed 6 years ago
all Melodic targeted platforms use gnu++14 so checking and forcing c++11 doesn't makse sense anymore so we'll just use CMAKE_CXX_STANDARD 14 and remove the extra ifdefs and CMake logic to check c++11 support
CMAKE_CXX_STANDARD 14
all Melodic targeted platforms use gnu++14 so checking and forcing c++11 doesn't makse sense anymore so we'll just use
CMAKE_CXX_STANDARD 14
and remove the extra ifdefs and CMake logic to check c++11 support