diff options
Diffstat (limited to 'Source/cmake.h')
-rw-r--r-- | Source/cmake.h | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/Source/cmake.h b/Source/cmake.h index 53203e3..32efd86 100644 --- a/Source/cmake.h +++ b/Source/cmake.h @@ -52,6 +52,14 @@ class cmake void AddCMakePaths(const std::vector<std::string>&); /** + * Handle the case where cmake is being used to bootstrap itself. + * This typically happens on windows, where a cmake executable is + * used to produce makefiles for cmake itself. When bootstrapping + * CMAKE_BOOTSTRAP is set to 1 + */ + void HandleBootstrap(cmMakefile& builder, const std::string& arg0); + + /** * constructor */ cmake(); |