CMakeLists.txt
@@ -8,8 +8,7 @@ set(CMAKE_CXX_STANDARD_REQUIRED True) if(CMAKE_GENERATOR MATCHES "Ninja") #check_and_add_flag(DIAGNOSTICS_COLOR -fdiagnostics-color) set(CMAKE_CXX_FLAGS ${CMAKE_CXX_FLAGS} -fdiagnostics-color=always) set(CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} -fdiagnostics-color=always") endif() # control where the static and shared libraries are built so that on windows # we don't need to tinker with the path to run the executable