4 lines
92 B
CMake
4 lines
92 B
CMake
if(CMAKE_COLOR_MAKEFILE)
|
|
check_enable_cxx_compiler_flag(-fdiagnostics-color=auto)
|
|
endif()
|