diff --git a/CMakeLists.txt b/CMakeLists.txt index 1016fb4..94377d9 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -30,6 +30,7 @@ else() endif() set(CMAKE_CXX_FLAGS "-Wall") set(CMAKE_CXX_FLAGS_RELEASE "-Os") +set(CMAKE_COLOR_DIAGNOSTICS ON) set(MINIMAL_GNU "11.0") set(MINIMAL_CLANG "14.0.1") set(MINIMAL_MSVC "19.30")