diff options
author | Andy Cedilnik <andy.cedilnik@kitware.com> | 2004-04-26 15:23:06 (GMT) |
---|---|---|
committer | Andy Cedilnik <andy.cedilnik@kitware.com> | 2004-04-26 15:23:06 (GMT) |
commit | 34115a5989b2f00a80fd96b153b91d55c01dac5b (patch) | |
tree | d1079fc68c700e621c0e91f3f2d7cb90d9e2936d /Source/cmake.h | |
parent | c63c23a61759b178c04ac1c492beff131be9d41b (diff) | |
download | CMake-34115a5989b2f00a80fd96b153b91d55c01dac5b.zip CMake-34115a5989b2f00a80fd96b153b91d55c01dac5b.tar.gz CMake-34115a5989b2f00a80fd96b153b91d55c01dac5b.tar.bz2 |
BUG: Fix resolving of infinite loops while CMakeSetup/ccmake still running
Diffstat (limited to 'Source/cmake.h')
-rw-r--r-- | Source/cmake.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Source/cmake.h b/Source/cmake.h index dc79604..ccca7bd 100644 --- a/Source/cmake.h +++ b/Source/cmake.h @@ -261,6 +261,7 @@ class cmake ///! Get the list of files written by CMake using FILE(WRITE / WRITE_FILE void AddWrittenFile(const char* file); bool HasWrittenFile(const char* file); + void CleanupWrittenFiles(); protected: typedef cmGlobalGenerator* (*CreateGeneratorFunctionType)(); |