diff options
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. */ |