summaryrefslogtreecommitdiffstats
path: root/Source/cmake.h
diff options
context:
space:
mode:
authorKen Martin <ken.martin@kitware.com>2002-05-28 12:56:39 (GMT)
committerKen Martin <ken.martin@kitware.com>2002-05-28 12:56:39 (GMT)
commitccbc8a3c8a9f3191e884c64a6032063c422ddaec (patch)
tree785139a33fef804476146283103c0883c55b125f /Source/cmake.h
parent7bb0869310a572539bb1dc020a67a3b40c03173a (diff)
downloadCMake-ccbc8a3c8a9f3191e884c64a6032063c422ddaec.zip
CMake-ccbc8a3c8a9f3191e884c64a6032063c422ddaec.tar.gz
CMake-ccbc8a3c8a9f3191e884c64a6032063c422ddaec.tar.bz2
remobed bootstrap
Diffstat (limited to 'Source/cmake.h')
-rw-r--r--Source/cmake.h8
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();