diff options
author | Bill Hoffman <bill.hoffman@kitware.com> | 2007-10-29 16:21:05 (GMT) |
---|---|---|
committer | Bill Hoffman <bill.hoffman@kitware.com> | 2007-10-29 16:21:05 (GMT) |
commit | 1904b3f86e2ee3cebda9e2deebcd8f75b9de079d (patch) | |
tree | 69763d9e0550f678cb8bf692295adab013b8487c /Source/cmCommands.cxx | |
parent | 02f79c72426ec24efb597ddfdb298336f650c801 (diff) | |
download | CMake-1904b3f86e2ee3cebda9e2deebcd8f75b9de079d.zip CMake-1904b3f86e2ee3cebda9e2deebcd8f75b9de079d.tar.gz CMake-1904b3f86e2ee3cebda9e2deebcd8f75b9de079d.tar.bz2 |
ENH: move list command to bootstrap commands
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 59cd099..9f413d1 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); |