summaryrefslogtreecommitdiffstats
path: root/Source/cmake.h
diff options
context:
space:
mode:
Diffstat (limited to 'Source/cmake.h')
-rw-r--r--Source/cmake.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/Source/cmake.h b/Source/cmake.h
index 53f2b07..f01c065 100644
--- a/Source/cmake.h
+++ b/Source/cmake.h
@@ -235,6 +235,9 @@ class cmake
cmVariableWatch* GetVariableWatch() { return m_VariableWatch; }
void GetCommandDocumentation(std::vector<cmDocumentationEntry>&) const;
+
+ ///! Do all the checks before running configure
+ int DoPreConfigureChecks();
protected:
typedef std::map<cmStdString, cmCommand*> RegisteredCommandsMap;