From 22b4667a8c3bc483494ba735ba4ae4d5cb8a0f03 Mon Sep 17 00:00:00 2001 From: Yegor Yefremov Date: Wed, 2 Apr 2025 10:12:37 +0200 Subject: [PATCH] CMakeLists.txt: remove CMAKE_COLOR_MAKEFILE assignment This variable is ON by default. --- CMakeLists.txt | 1 - 1 files changed, 0 insertions(+), 1 deletions(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 3d1b774..5494357 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -22,7 +22,6 @@ endif() if("${CMAKE_BUILD_TYPE}" STREQUAL "") set(CMAKE_BUILD_TYPE RelWithDebInfo) endif("${CMAKE_BUILD_TYPE}" STREQUAL "") -set(CMAKE_COLOR_MAKEFILE ON) set(CMAKE_EXPORT_COMPILE_COMMANDS ON) -- 1.7.1