diff options
author | Bill Hoffman <bill.hoffman@kitware.com> | 2002-11-21 19:59:41 (GMT) |
---|---|---|
committer | Bill Hoffman <bill.hoffman@kitware.com> | 2002-11-21 19:59:41 (GMT) |
commit | c544cb43078a92c7c04ef4ebccb36310765b6487 (patch) | |
tree | 43dd2e930c522c162e37ba63a2dcce90b8b84441 /Source/cmTryCompileCommand.h | |
parent | 1e3ddfeecf636a5337eb57bd9959f5d738eed184 (diff) | |
download | CMake-c544cb43078a92c7c04ef4ebccb36310765b6487.zip CMake-c544cb43078a92c7c04ef4ebccb36310765b6487.tar.gz CMake-c544cb43078a92c7c04ef4ebccb36310765b6487.tar.bz2 |
clean up entire temp directory
Diffstat (limited to 'Source/cmTryCompileCommand.h')
-rw-r--r-- | Source/cmTryCompileCommand.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Source/cmTryCompileCommand.h b/Source/cmTryCompileCommand.h index ac18d76..dee337a 100644 --- a/Source/cmTryCompileCommand.h +++ b/Source/cmTryCompileCommand.h @@ -68,7 +68,7 @@ public: * code. This way we do not have to rely on the timing and * dependencies of makefiles. */ - static void CleanupFiles(const char* binDir, bool recursive=true); + static void CleanupFiles(const char* binDir); /** * More documentation. */ |