Suppress output of trycompile
This commit is contained in:
parent
fba1ca0b68
commit
d5296aa85a
@ -87,7 +87,7 @@ int cmGlobalVisualStudio6Generator::TryCompile(const char *,
|
||||
makeCommand += " - Debug\"";
|
||||
|
||||
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 msdev failed.");
|
||||
// return to the original directory
|
||||
|
Loading…
x
Reference in New Issue
Block a user