2023-02-17 14:36:53 +03:00

4 lines
87 B
CMake

if(CMAKE_COLOR_MAKEFILE)
check_enable_cxx_compiler_flag(-fcolor-diagnostics)
endif()