summaryrefslogtreecommitdiff
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 f83f3939b9..3f92de4837 100644
--- a/Source/cmake.h
+++ b/Source/cmake.h
@@ -291,6 +291,9 @@ protected:
int CheckBuildSystem();
void SetDirectoriesFromFile(const char* arg);
+
+ //! Make sure all commands are what they say they are and there is no macros.
+ void CleanupCommandsAndMacros();
cmVariableWatch* m_VariableWatch;