Do not force CMAKE_COLOR_MAKEFILE=ON

Maciej Mrozowski reavertm at gmail.com
Sat Jun 26 20:03:33 CEST 2010


I'm going to commit the following, any objections?
No way to actually disable colors when building KDE4 apps otherwise.
Colors are enabled by default in CMake version we depend on.

Index: cmake/modules/KDE4Defaults.cmake
===================================================================
--- cmake/modules/KDE4Defaults.cmake    (revision 1143118)
+++ cmake/modules/KDE4Defaults.cmake    (working copy)
@@ -18,10 +18,6 @@
 # since cmake 2.4.1
 set(CMAKE_INCLUDE_DIRECTORIES_PROJECT_BEFORE ON)
 
-# Use colored output
-# since cmake 2.4.0
-set(CMAKE_COLOR_MAKEFILE ON)
-
 # define the generic version of the libraries here
 # this makes it easy to advance it when the next KDE release comes
 # Use this version number for libraries which are at version n in KDE version 
n

-- 
regards
MM


More information about the Kde-buildsystem mailing list