diff options
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); |