From: Yegor Yefremov Date: Wed, 2 Apr 2025 08:12:37 +0000 (+0200) Subject: CMakeLists.txt: remove CMAKE_COLOR_MAKEFILE assignment X-Git-Url: http://developer.intra2net.com/git/?a=commitdiff_plain;h=22b4667a8c3bc483494ba735ba4ae4d5cb8a0f03;p=libftdi CMakeLists.txt: remove CMAKE_COLOR_MAKEFILE assignment This variable is ON by default. --- 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)