mirror of
https://github.com/Kitware/CMake.git
synced 2026-01-08 23:00:07 -06:00
Makefile: Change link step message color to bold green
Avoid displaying red messages when no error has occurred.
This commit is contained in:
@@ -1367,7 +1367,7 @@ cmLocalUnixMakefileGenerator3::AppendEcho(std::vector<std::string>& commands,
|
||||
color_name = "--green ";
|
||||
break;
|
||||
case EchoLink:
|
||||
color_name = "--red --bold ";
|
||||
color_name = "--green --bold ";
|
||||
break;
|
||||
case EchoGenerate:
|
||||
color_name = "--blue --bold ";
|
||||
|
||||
Reference in New Issue
Block a user