SVN commit 1080726 by berger: this flag is not compatible with opengtl M +0 -1 CMakeLists.txt --- trunk/koffice/krita/CMakeLists.txt #1080725:1080726 @@ -6,7 +6,6 @@ if(CMAKE_COMPILER_IS_GNUCXX) set(CMAKE_CXX_FLAGS_KRITADEVS "-O2 -g" CACHE STRING "" FORCE) - set (CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} -fno-operator-names") endif(CMAKE_COMPILER_IS_GNUCXX) include(CheckFunctionExists)