diff options
author | Ken Martin <ken.martin@kitware.com> | 2002-09-13 23:23:38 (GMT) |
---|---|---|
committer | Ken Martin <ken.martin@kitware.com> | 2002-09-13 23:23:38 (GMT) |
commit | 99a1749712b0570d1630ef3d9061fd7c62b5ee32 (patch) | |
tree | 555a39833928a225893c5a4b1dd928c188548c2b /Source/cmGlobalGenerator.cxx | |
parent | 0bd1dce8fc759e8310190467f3d58ca8bf0c5be1 (diff) | |
download | CMake-99a1749712b0570d1630ef3d9061fd7c62b5ee32.zip CMake-99a1749712b0570d1630ef3d9061fd7c62b5ee32.tar.gz CMake-99a1749712b0570d1630ef3d9061fd7c62b5ee32.tar.bz2 |
made less verbose
Diffstat (limited to 'Source/cmGlobalGenerator.cxx')
-rw-r--r-- | Source/cmGlobalGenerator.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Source/cmGlobalGenerator.cxx b/Source/cmGlobalGenerator.cxx index 2ec4a27..efdff3b 100644 --- a/Source/cmGlobalGenerator.cxx +++ b/Source/cmGlobalGenerator.cxx @@ -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 |