diff options
author | Brad King <brad.king@kitware.com> | 2002-04-17 18:54:48 (GMT) |
---|---|---|
committer | Brad King <brad.king@kitware.com> | 2002-04-17 18:54:48 (GMT) |
commit | 5a418b0e00c2ff8049556f71f0475d2bf362b05b (patch) | |
tree | 89736c9e98ed772216777317972e14dc534ddb5a /Source/cmCommands.cxx | |
parent | c83a8ac2865839f3b49b5ceb4d5d70fcefce3bcd (diff) | |
download | CMake-5a418b0e00c2ff8049556f71f0475d2bf362b05b.zip CMake-5a418b0e00c2ff8049556f71f0475d2bf362b05b.tar.gz CMake-5a418b0e00c2ff8049556f71f0475d2bf362b05b.tar.bz2 |
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.cxx | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/Source/cmCommands.cxx b/Source/cmCommands.cxx index 7aa991e..7bc2080 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); |