Revert "cmake: Limit color output to terminals"

This reverts commit c1da999748aade38240f47eee179cdd58c144c78.
This commit is contained in:
Daniel Agar 2021-02-22 20:33:53 -05:00
parent 0e8c73f4af
commit 8f625e5744

View File

@ -114,8 +114,8 @@ function(px4_add_common_flags)
elseif ("${CMAKE_CXX_COMPILER_ID}" STREQUAL "GNU")
if(CMAKE_CXX_COMPILER_VERSION VERSION_GREATER 4.9)
# enable color for gcc > 4.9 when stdout is terminal
add_compile_options(-fdiagnostics-color=auto)
# force color for gcc > 4.9
add_compile_options(-fdiagnostics-color=always)
endif()
if(CMAKE_CXX_COMPILER_VERSION VERSION_GREATER 9.3)