summaryrefslogtreecommitdiffstats
path: root/Source/cmCommands.cxx
diff options
context:
space:
mode:
authorKen Martin <ken.martin@kitware.com>2007-12-03 18:35:41 (GMT)
committerKen Martin <ken.martin@kitware.com>2007-12-03 18:35:41 (GMT)
commitf4b1c3880be819ea1c996e2754cc231285c4a40e (patch)
treec5c880392b4c16e669a9df6814a0919226a5ab06 /Source/cmCommands.cxx
parent257b775f70b98e2242f01a252e08a55cdac91993 (diff)
downloadCMake-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.cxx2
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);