Skip to content

Commit 43bf31a

Browse files
committed
BUILD: Colorize warnings for clarity.
1 parent fe38404 commit 43bf31a

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

CMakeLists.txt

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,8 @@ project(qwprogs C)
55

66
include(CheckCCompilerFlag)
77

8+
set(CMAKE_COLOR_DIAGNOSTICS ON)
9+
810
# CMake option for bot support, we check it below and add C preprocessor directive if required.
911
option(BOT_SUPPORT "Build with bot support" ON)
1012
# Option for FTE extensions. We also have some basic support for FTE which does not controlled by this setting.

0 commit comments

Comments
 (0)