diff options
Diffstat (limited to 'Source/cmake.h')
-rw-r--r-- | Source/cmake.h | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/Source/cmake.h b/Source/cmake.h index 32efd86..53203e3 100644 --- a/Source/cmake.h +++ b/Source/cmake.h @@ -52,14 +52,6 @@ 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(); |