lichao
2021-03-25 3f4f049ac015c695a965142e7b1180eae83ae781
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