diff --git a/Source/cmSystemTools.cxx b/Source/cmSystemTools.cxx index c906cb6de..0dc4bc007 100644 --- a/Source/cmSystemTools.cxx +++ b/Source/cmSystemTools.cxx @@ -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 {