myx-cmake-example-features/cmake/myx/lib/toolchains/GCC.cmake

4 lines
92 B
CMake
Raw Permalink Normal View History

2023-02-17 11:36:44 +00:00
if(CMAKE_COLOR_MAKEFILE)
check_enable_cxx_compiler_flag(-fdiagnostics-color=auto)
endif()