myx-cmake-example-features/cmake/myx/lib/toolchains/GCC.cmake
2023-02-17 14:36:44 +03:00

4 lines
92 B
CMake

if(CMAKE_COLOR_MAKEFILE)
check_enable_cxx_compiler_flag(-fdiagnostics-color=auto)
endif()