From c48165614a7fc4fec55ac8c3b292e80322a2b623 Mon Sep 17 00:00:00 2001 From: Guillaume Jacquemin Date: Sun, 7 Apr 2024 15:11:33 +0200 Subject: [PATCH] CMakeLists: remove an unnecessary option. Logger doesn't output coloured text to the console anymore. As a result, we don't need to tell Corrade to use ANSI colour codes on Windows anymore. --- CMakeLists.txt | 1 - 1 file changed, 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 282abff..f7e0419 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -37,7 +37,6 @@ if(NOT SAVETOOL_USE_SYSTEM_LIBS) set(CORRADE_WITH_PLUGINMANAGER OFF CACHE BOOL "" FORCE) set(CORRADE_WITH_TESTSUITE OFF CACHE BOOL "" FORCE) set(CORRADE_WITH_MAIN ON CACHE BOOL "" FORCE) - set(CORRADE_UTILITY_USE_ANSI_COLORS ON CACHE BOOL "" FORCE) add_subdirectory(third-party/corrade EXCLUDE_FROM_ALL) set(DIRECTX OFF CACHE BOOL "" FORCE) # We use OpenGL.