diff options
Diffstat (limited to 'Source/cmSystemTools.cxx')
-rw-r--r-- | Source/cmSystemTools.cxx | 2 |
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) { |