mirror of
https://github.com/Kitware/CMake.git
synced 2026-04-23 14:48:19 -05:00
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:
+1
-1
@@ -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) {
|
||||
|
||||
Reference in New Issue
Block a user