diff options
author | Andy Cedilnik <andy.cedilnik@kitware.com> | 2005-06-16 18:56:15 (GMT) |
---|---|---|
committer | Andy Cedilnik <andy.cedilnik@kitware.com> | 2005-06-16 18:56:15 (GMT) |
commit | 9a7dec33a37f475c89a2d24f3b19c5b16fb876f8 (patch) | |
tree | 73805ffd0e04941e1b3e6258994678a232d8eace /Source/cmake.h | |
parent | 4c658a5bc5c5e763df54a9a23f41d2cc71345345 (diff) | |
download | CMake-9a7dec33a37f475c89a2d24f3b19c5b16fb876f8.zip CMake-9a7dec33a37f475c89a2d24f3b19c5b16fb876f8.tar.gz CMake-9a7dec33a37f475c89a2d24f3b19c5b16fb876f8.tar.bz2 |
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.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; |