From f59f5e2d55c76c2cd716ca7bb77b0e3916d95262 Mon Sep 17 00:00:00 2001 From: Peter Evans Date: Fri, 2 Mar 2018 16:43:22 -0600 Subject: [PATCH] Remove colors --- CMakeLists.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/CMakeLists.txt b/CMakeLists.txt index db0334c..d039289 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -6,6 +6,7 @@ project(erc) include(sources.cmake) set(CMAKE_C_FLAGS "${CMAKE_C_FLAGS} -g") +set(CMAKE_COLOR_MAKEFILE OFF) if(DEFINED ENV{STATIC_ANALYSIS}) set(CMAKE_C_FLAGS "${CMAKE_C_FLAGS} --analyze")