From 54ac432b27e78926c5917b327e3a1db4aef74863 Mon Sep 17 00:00:00 2001 From: Andy Cedilnik Date: Fri, 4 Oct 2002 10:47:57 -0400 Subject: [PATCH] Add missing argument --- Source/cmSystemTools.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 {