From af0d85d8d44928ad8e5616a6abce90f37e07378e Mon Sep 17 00:00:00 2001 From: Stanislaw Halik Date: Wed, 13 Dec 2023 01:44:29 +0100 Subject: cmake: try to fix clang color output --- userconfig-sthalik@Windows-Clang.cmake | 1 + 1 file changed, 1 insertion(+) diff --git a/userconfig-sthalik@Windows-Clang.cmake b/userconfig-sthalik@Windows-Clang.cmake index 8f70fb28..b8d20dfa 100644 --- a/userconfig-sthalik@Windows-Clang.cmake +++ b/userconfig-sthalik@Windows-Clang.cmake @@ -43,6 +43,7 @@ sets(STRING CMAKE_CXX_FLAGS_RELEASE "${CMAKE_C_FLAGS_RELEASE}" ) +add_compile_options(-fansi-escape-codes) add_compile_options(-Xclang -fcolor-diagnostics -fdiagnostics-color=always) if(NOT CMAKE_CXX_COMPILER_VERSION LESS "18.0") add_compile_options($<$:-fassume-nothrow-exception-dtor>) -- cgit v1.2.3