made less verbose

This commit is contained in:
Ken Martin 2002-09-13 19:23:38 -04:00
parent 0bd1dce8fc
commit 99a1749712
1 changed files with 1 additions and 1 deletions

View File

@ -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