Skip to content

Commit

Permalink
Force color output in cmake (#2320)
Browse files Browse the repository at this point in the history
  • Loading branch information
payetvin authored Aug 8, 2024
1 parent 05117e0 commit 50e28d2
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/cmake/common-settings.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ set(COMMON_MSVC_FLAGS "/W3 /MP4")
set(COMMON_MSVC_FLAGS "${COMMON_MSVC_FLAGS} /we4715 /we4716") #adding no return or no return for all code paths as errors
set(ADDITIONAL_C_FLAGS " -Wconversion -Wmissing-prototypes -Wstrict-prototypes")
set(ADDITIONAL_C_FLAGS "${ADDITIONAL_C_FLAGS} -Wmissing-noreturn -Wpacked -Wredundant-decls -Wbad-function-cast -W -Wcast-align -Wcast-qual -Wsign-compare -fno-exceptions -Wdeclaration-after-statement")
set(CMAKE_COLOR_DIAGNOSTICS on)


Set(ANTARES_VERSION_TARGET "unknown")
Expand Down

0 comments on commit 50e28d2

Please sign in to comment.