From 5bf063a8dd984b40f5dd4484a9ea6219cb876365 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bernd=20L=C3=B6rwald?= Date: Fri, 13 Dec 2024 01:29:41 +0100 Subject: [PATCH] don't fail in non-clang builds, only care about noggit itself --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index e11fdf4e4..36aa73537 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -94,7 +94,7 @@ add_noggit_compiler_flag_if_supported (/we4458) # class members add_noggit_compiler_flag_if_supported (/we4459) # global declaration #add_noggit_compiler_flag_if_supported (-Werror=shadow) -add_global_compiler_flag_if_supported (-fcolor-diagnostics) +add_noggit_compiler_flag_if_supported (-fcolor-diagnostics) if( NOGGIT_ALL_WARNINGS ) MESSAGE( STATUS "Spilling out mass warnings." )