Add missing argument
This commit is contained in:
parent
0f3661562c
commit
54ac432b27
|
@ -1520,7 +1520,7 @@ bool cmSystemTools::RunCommand(const char* command,
|
|||
//return WindowsRunCommand(shortCmd.c_str(), dir,
|
||||
//output, retVal, verbose);
|
||||
return RunCommandViaWin32(shortCmd.c_str(), dir,
|
||||
output, retVal, verbose);
|
||||
output, retVal, verbose, timeout);
|
||||
}
|
||||
else
|
||||
{
|
||||
|
|
Loading…
Reference in New Issue