4 lines
87 B
CMake
4 lines
87 B
CMake
|
if(CMAKE_COLOR_MAKEFILE)
|
||
|
check_enable_cxx_compiler_flag(-fcolor-diagnostics)
|
||
|
endif()
|