From 13dc2ac5131858f088927de5d1dddc90ddbcc964 Mon Sep 17 00:00:00 2001 From: Danny Robson Date: Mon, 4 Nov 2019 11:26:04 +1100 Subject: [PATCH] cxx: use 'auto' argument for diagnostics-color --- nc_cxx.cmake | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nc_cxx.cmake b/nc_cxx.cmake index a8d87ec..a11c45a 100644 --- a/nc_cxx.cmake +++ b/nc_cxx.cmake @@ -21,7 +21,7 @@ include (test_restrict) ############################################################################### -append_compile_flag ("-fcolor-diagnostics") +append_compile_flag ("-fdiagnostics-color=auto") ###############################################################################