diff options
author | Brad King <brad.king@kitware.com> | 2004-07-02 20:27:46 (GMT) |
---|---|---|
committer | Brad King <brad.king@kitware.com> | 2004-07-02 20:27:46 (GMT) |
commit | 40a5bad9167dc9aca99a203aa0af4d2f41452de3 (patch) | |
tree | eb043932e74c9294a9df74183027e8f4d40b133c /Source/cmSystemTools.cxx | |
parent | b8917c7e6c6f7ccdd0d54480b9ece74a2aa6d07b (diff) | |
download | CMake-40a5bad9167dc9aca99a203aa0af4d2f41452de3.zip CMake-40a5bad9167dc9aca99a203aa0af4d2f41452de3.tar.gz CMake-40a5bad9167dc9aca99a203aa0af4d2f41452de3.tar.bz2 |
ENH: Made RunSingleCommand take a double as its timeout length.
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) { |