build: replace CMake warning message color

This commit is contained in:
Gabriel Ferreira
2022-04-22 00:15:50 -03:00
parent 4b83eb7085
commit fbbb1f256f

View File

@@ -78,7 +78,7 @@ if(${NS3_COLORED_OUTPUT} OR "$ENV{CLICOLOR}")
_message(${MessageType} "${BoldRed}${ARGV}${ColourReset}")
elseif(MessageType STREQUAL WARNING)
list(REMOVE_AT ARGV 0)
_message(${MessageType} "${BoldYellow}${ARGV}${ColourReset}")
_message(${MessageType} "${Yellow}${ARGV}${ColourReset}")
elseif(MessageType STREQUAL AUTHOR_WARNING)
list(REMOVE_AT ARGV 0)
_message(${MessageType} "${BoldCyan}${ARGV}${ColourReset}")