myx/MyxCMake/lib/toolchains/Clang.cmake
2022-10-23 19:38:59 +03:00

4 lines
87 B
CMake

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