build: replace CMake warning message color
This commit is contained in:
@@ -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}")
|
||||
|
||||
Reference in New Issue
Block a user