made less verbose
This commit is contained in:
parent
0bd1dce8fc
commit
99a1749712
@ -165,7 +165,7 @@ int cmGlobalGenerator::TryCompile(const char *, const char *bindir,
|
||||
makeCommand += " all";
|
||||
}
|
||||
int retVal;
|
||||
if (!cmSystemTools::RunCommand(makeCommand.c_str(), output, retVal))
|
||||
if (!cmSystemTools::RunCommand(makeCommand.c_str(), output, retVal, 0, false))
|
||||
{
|
||||
cmSystemTools::Error("Generator: execution of make failed.");
|
||||
// return to the original directory
|
||||
|
Loading…
x
Reference in New Issue
Block a user