summaryrefslogtreecommitdiff
path: root/Source/cmCommands.cxx
diff options
context:
space:
mode:
authorBrad King <brad.king@kitware.com>2002-04-17 14:54:48 -0400
committerBrad King <brad.king@kitware.com>2002-04-17 14:54:48 -0400
commit5a418b0e00c2ff8049556f71f0475d2bf362b05b (patch)
tree89736c9e98ed772216777317972e14dc534ddb5a /Source/cmCommands.cxx
parentc83a8ac2865839f3b49b5ceb4d5d70fcefce3bcd (diff)
downloadcmake-5a418b0e00c2ff8049556f71f0475d2bf362b05b.tar.gz
ENH: Removed out-of-date commands CABLE_WRAP_TCL CABLE_CLASS_SET and CONFIGURE_GCCXML
Diffstat (limited to 'Source/cmCommands.cxx')
-rw-r--r--Source/cmCommands.cxx6
1 files changed, 0 insertions, 6 deletions
diff --git a/Source/cmCommands.cxx b/Source/cmCommands.cxx
index 7aa991e60b..7bc2080067 100644
--- a/Source/cmCommands.cxx
+++ b/Source/cmCommands.cxx
@@ -29,10 +29,7 @@
#include "cmAuxSourceDirectoryCommand.cxx"
#include "cmBuildCommand.cxx"
#include "cmBuildNameCommand.cxx"
-#include "cmCableClassSetCommand.cxx"
-#include "cmCableWrapTclCommand.cxx"
#include "cmConfigureFileCommand.cxx"
-#include "cmConfigureGccXmlCommand.cxx"
#include "cmCreateTestSourceList.cxx"
#include "cmElseCommand.cxx"
#include "cmEnableTestingCommand.cxx"
@@ -97,10 +94,7 @@ void GetPredefinedCommands(std::list<cmCommand*>& commands)
commands.push_back(new cmAuxSourceDirectoryCommand);
commands.push_back(new cmBuildCommand);
commands.push_back(new cmBuildNameCommand);
- commands.push_back(new cmCableClassSetCommand);
- commands.push_back(new cmCableWrapTclCommand);
commands.push_back(new cmConfigureFileCommand);
- commands.push_back(new cmConfigureGccXmlCommand);
commands.push_back(new cmCreateTestSourceList);
commands.push_back(new cmElseCommand);
commands.push_back(new cmEnableTestingCommand);