summaryrefslogtreecommitdiff
path: root/Source/cmake.h
diff options
context:
space:
mode:
authorAndy Cedilnik <andy.cedilnik@kitware.com>2005-06-16 14:56:15 -0400
committerAndy Cedilnik <andy.cedilnik@kitware.com>2005-06-16 14:56:15 -0400
commit9a7dec33a37f475c89a2d24f3b19c5b16fb876f8 (patch)
tree73805ffd0e04941e1b3e6258994678a232d8eace /Source/cmake.h
parent4c658a5bc5c5e763df54a9a23f41d2cc71345345 (diff)
downloadcmake-9a7dec33a37f475c89a2d24f3b19c5b16fb876f8.tar.gz
ENH: Before running configre, remove all macros. Also, backup the command names. Also, make command names case insensitive
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;