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";
|
makeCommand += " all";
|
||||||
}
|
}
|
||||||
int retVal;
|
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.");
|
cmSystemTools::Error("Generator: execution of make failed.");
|
||||||
// return to the original directory
|
// return to the original directory
|
||||||
|
|
Loading…
Reference in New Issue