diff options
author | Brad King <brad.king@kitware.com> | 2001-07-02 19:58:01 (GMT) |
---|---|---|
committer | Brad King <brad.king@kitware.com> | 2001-07-02 19:58:01 (GMT) |
commit | 6307ffbb650a16f498cb7ba393b846eef4b92e09 (patch) | |
tree | 4985642be8d2c6a00451d27fc4a50742e7521c4a /Source/cmCommands.cxx | |
parent | e693d47253157c9372aeb7c2edbecef8d1fb6225 (diff) | |
download | CMake-6307ffbb650a16f498cb7ba393b846eef4b92e09.zip CMake-6307ffbb650a16f498cb7ba393b846eef4b92e09.tar.gz CMake-6307ffbb650a16f498cb7ba393b846eef4b92e09.tar.bz2 |
ENH: Removed deprecated command completely.
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 d884b1c..129d07c 100644 --- a/Source/cmCommands.cxx +++ b/Source/cmCommands.cxx @@ -13,7 +13,6 @@ #include "cmAuxSourceDirectoryCommand.cxx" #include "cmBuildCommand.cxx" #include "cmBuildNameCommand.cxx" -#include "cmBuildSharedLibrariesCommand.cxx" #include "cmCableClassSetCommand.cxx" #include "cmCableWrapTclCommand.cxx" #include "cmConfigureFileCommand.cxx" @@ -65,7 +64,6 @@ 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 cmBuildSharedLibrariesCommand); commands.push_back(new cmCableClassSetCommand); commands.push_back(new cmCableWrapTclCommand); commands.push_back(new cmConfigureFileCommand); |