diff options
Diffstat (limited to 'Source/cmake.h')
-rw-r--r-- | Source/cmake.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/Source/cmake.h b/Source/cmake.h index f83f393..3f92de4 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; |