ros-industrial / ros_canopen

CANopen driver framework for ROS (http://wiki.ros.org/ros_canopen)
GNU Lesser General Public License v3.0
336 stars 271 forks source link

Set C++ standard to c++14 for all packages #336

Closed mathias-luedtke closed 5 years ago

mathias-luedtke commented 5 years ago
if(NOT CMAKE_CXX_STANDARD)
  set(CMAKE_CXX_STANDARD 14)
endif()
hsd-dev commented 5 years ago

https://github.com/ros-industrial/ros_canopen/pull/341