diff --git a/CMakeLists.txt b/CMakeLists.txt index 43062ac..29f8553 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -1,7 +1,6 @@ cmake_minimum_required(VERSION 3.0.2) project(abb_driver) -set(CMAKE_CXX_STANDARD 11) set(CMAKE_CXX_STANDARD_REQUIRED ON) find_package(catkin REQUIRED COMPONENTS industrial_robot_client simple_message)