mirror of
https://github.com/Kitware/CMake.git
synced 2026-05-01 03:29:18 -05:00
BUG: Fix resolving of infinite loops while CMakeSetup/ccmake still running
This commit is contained in:
@@ -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)();
|
||||
|
||||
Reference in New Issue
Block a user