diff options
author | Ken Martin <ken.martin@kitware.com> | 2007-12-03 18:35:41 (GMT) |
---|---|---|
committer | Ken Martin <ken.martin@kitware.com> | 2007-12-03 18:35:41 (GMT) |
commit | f4b1c3880be819ea1c996e2754cc231285c4a40e (patch) | |
tree | c5c880392b4c16e669a9df6814a0919226a5ab06 /Source/cmCommands.cxx | |
parent | 257b775f70b98e2242f01a252e08a55cdac91993 (diff) | |
download | CMake-f4b1c3880be819ea1c996e2754cc231285c4a40e.zip CMake-f4b1c3880be819ea1c996e2754cc231285c4a40e.tar.gz CMake-f4b1c3880be819ea1c996e2754cc231285c4a40e.tar.bz2 |
ENH: add functions and raise scope
Diffstat (limited to 'Source/cmCommands.cxx')
-rw-r--r-- | Source/cmCommands.cxx | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/Source/cmCommands.cxx b/Source/cmCommands.cxx index 9f413d1..42b215b 100644 --- a/Source/cmCommands.cxx +++ b/Source/cmCommands.cxx @@ -21,7 +21,6 @@ #include "cmDefinePropertyCommand.cxx" #include "cmElseIfCommand.cxx" #include "cmEnableLanguageCommand.cxx" -#include "cmEndMacroCommand.cxx" #include "cmEndWhileCommand.cxx" #include "cmExecuteProcessCommand.cxx" #include "cmExportCommand.cxx" @@ -72,7 +71,6 @@ void GetPredefinedCommands(std::list<cmCommand*>& commands.push_back(new cmDefinePropertyCommand); commands.push_back(new cmElseIfCommand); commands.push_back(new cmEnableLanguageCommand); - commands.push_back(new cmEndMacroCommand); commands.push_back(new cmEndWhileCommand); commands.push_back(new cmExecuteProcessCommand); commands.push_back(new cmExportCommand); |