diff --git a/CMakeLists.txt b/CMakeLists.txt --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -39,13 +39,6 @@ set(CMAKE_AUTOMOC_MOC_OPTIONS "-DKDE_NO_DEPRECATED") endif() -################# Enable C++0x (still too early for -std=c++11) features for clang and gcc ################# - -if(UNIX) - #set(CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} -Wall -std=c++0x") - add_definitions("-Wall -std=c++0x") -endif() - ################# now find all used packages ################# set (REQUIRED_QT_VERSION 5.7.0)