diff options
author | Jeroen van Meeuwen (Kolab Systems) <vanmeeuwen@kolabsys.com> | 2015-04-17 18:36:53 +0200 |
---|---|---|
committer | Jeroen van Meeuwen (Kolab Systems) <vanmeeuwen@kolabsys.com> | 2015-04-17 18:44:13 +0200 |
commit | bfbe1fbd9d4184f8063eacfea7e6d081a5647b28 (patch) | |
tree | 780af8752afeaa7152d1d2ff909eee3771fe26ab | |
parent | d786701120daf7bdcfe14d5e7586ae0fd108e438 (diff) | |
download | libkolab-bfbe1fbd9d4184f8063eacfea7e6d081a5647b28.tar.gz |
Turn off colorslibkolab-0.5
-rwxr-xr-x | autogen.sh | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -55,6 +55,7 @@ if [ ${doprep} -eq 1 ]; then mkdir -p build pushd build cmake \ + -DCMAKE_COLOR_MAKEFILE=OFF \ -DCMAKE_VERBOSE_MAKEFILE=ON \ -DCMAKE_INSTALL_PREFIX=/usr \ -DLIB_INSTALL_DIR=/usr/lib64 \ |