summaryrefslogtreecommitdiffstats
path: root/Source/cmSystemTools.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'Source/cmSystemTools.cxx')
-rw-r--r--Source/cmSystemTools.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/Source/cmSystemTools.cxx b/Source/cmSystemTools.cxx
index 5c1d5af..4927da8 100644
--- a/Source/cmSystemTools.cxx
+++ b/Source/cmSystemTools.cxx
@@ -420,7 +420,7 @@ bool cmSystemTools::RunSingleCommand(
int *retVal,
const char* dir,
bool verbose,
- int timeout)
+ double timeout)
{
if(s_DisableRunCommandOutput)
{