summaryrefslogtreecommitdiff
path: root/Source/cmCommands.cxx
diff options
context:
space:
mode:
authorBill Hoffman <bill.hoffman@kitware.com>2007-10-29 12:21:05 -0400
committerBill Hoffman <bill.hoffman@kitware.com>2007-10-29 12:21:05 -0400
commit1904b3f86e2ee3cebda9e2deebcd8f75b9de079d (patch)
tree69763d9e0550f678cb8bf692295adab013b8487c /Source/cmCommands.cxx
parent02f79c72426ec24efb597ddfdb298336f650c801 (diff)
downloadcmake-1904b3f86e2ee3cebda9e2deebcd8f75b9de079d.tar.gz
ENH: move list command to bootstrap commands
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 59cd099363..9f413d1306 100644
--- a/Source/cmCommands.cxx
+++ b/Source/cmCommands.cxx
@@ -35,7 +35,6 @@
#include "cmInstallCommandArguments.cxx"
#include "cmInstallProgramsCommand.cxx"
#include "cmLinkLibrariesCommand.cxx"
-#include "cmListCommand.cxx"
#include "cmLoadCacheCommand.cxx"
#include "cmMathCommand.cxx"
#include "cmOutputRequiredFilesCommand.cxx"
@@ -86,7 +85,6 @@ void GetPredefinedCommands(std::list<cmCommand*>&
commands.push_back(new cmInstallCommand);
commands.push_back(new cmInstallProgramsCommand);
commands.push_back(new cmLinkLibrariesCommand);
- commands.push_back(new cmListCommand);
commands.push_back(new cmLoadCacheCommand);
commands.push_back(new cmLoadCommandCommand);
commands.push_back(new cmMathCommand);