From 5219ce40aa806771fe2bce0a9a495f6fe1104880 Mon Sep 17 00:00:00 2001 From: Mooneer Salem Date: Sat, 23 Nov 2024 11:13:16 -0800 Subject: [PATCH] Try disabling color to get Windows tests working again. --- src/CMakeLists.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/src/CMakeLists.txt b/src/CMakeLists.txt index aac3d23ba..a446fdc18 100644 --- a/src/CMakeLists.txt +++ b/src/CMakeLists.txt @@ -16,6 +16,7 @@ set(FREEDV_LINK_LIBS_OSX # Configure logging add_definitions(-DULOG_HAVE_TIME) +add_definitions(-DULOG_NO_COLOR) # Compile FreeDV components add_subdirectory(audio)