CMakeLists: enable ANSI colours for Utility::Debug.

Will only have an impact in debug builds, though, due to output being
redirected to a file in release mode.
This commit is contained in:
Guillaume Jacquemin 2022-04-24 16:40:27 +02:00
parent bf667e72d8
commit 3f580f77db
1 changed files with 1 additions and 0 deletions

View File

@ -30,6 +30,7 @@ set(WITH_PLUGINMANAGER OFF CACHE BOOL "" FORCE)
set(WITH_TESTSUITE OFF CACHE BOOL "" FORCE)
set(WITH_MAIN ON CACHE BOOL "" FORCE)
set(BUILD_DEPRECATED ON CACHE BOOL "" FORCE)
set(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.