Merge topic 'suppress-link-messages'

8e2eba6b4c MSVC: Suppress rc/mt/link output unless verbose is requested

Acked-by: Kitware Robot <kwrobot@kitware.com>
Merge-request: !5492
This commit is contained in:
Brad King
2020-11-12 14:13:23 +00:00
committed by Kitware Robot
+1 -1
View File
@@ -2000,7 +2000,7 @@ static bool RunCommand(const char* comment,
<< NumberFormatter(exitFormat, retCode)
<< ") with the following output:\n"
<< output;
} else {
} else if (verbose) {
// always print the output of the command, unless
// it is the dumb rc command banner
if (output.find("Resource Compiler Version") == std::string::npos) {