From 4057add3c2caed15ca650576907ed7afffaa1001 Mon Sep 17 00:00:00 2001 From: Martin Rotter Date: Wed, 1 Nov 2023 07:30:44 +0100 Subject: [PATCH] cmakelist change --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index b77174023..068640662 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -103,7 +103,7 @@ if(APPLE) add_link_options(-stdlib=libc++) endif() -if(${FORCE_COLORED_OUTPUT}) +if(FORCE_COLORED_OUTPUT) if("${CMAKE_CXX_COMPILER_ID}" STREQUAL "GNU") add_compile_options(-fdiagnostics-color=always) elseif("${CMAKE_CXX_COMPILER_ID}" STREQUAL "Clang")