summaryrefslogtreecommitdiffstats
path: root/Source/cmCommands.cxx
diff options
context:
space:
mode:
authorAlexander Neundorf <neundorf@kde.org>2007-06-26 21:08:29 (GMT)
committerAlexander Neundorf <neundorf@kde.org>2007-06-26 21:08:29 (GMT)
commitacd71c8330ef7c9feb9da5a983a33f1b680ac83a (patch)
treeb0a7e34e0a561c0496bab417b4da041ae5652552 /Source/cmCommands.cxx
parentae47302529e9ee040a45ad9a8636e6116e880d0c (diff)
downloadCMake-acd71c8330ef7c9feb9da5a983a33f1b680ac83a.zip
CMake-acd71c8330ef7c9feb9da5a983a33f1b680ac83a.tar.gz
CMake-acd71c8330ef7c9feb9da5a983a33f1b680ac83a.tar.bz2
COMP: fix bootstrapping
Alex
Diffstat (limited to 'Source/cmCommands.cxx')
-rw-r--r--Source/cmCommands.cxx4
1 files changed, 0 insertions, 4 deletions
diff --git a/Source/cmCommands.cxx b/Source/cmCommands.cxx
index 4212052..8ad4f0e 100644
--- a/Source/cmCommands.cxx
+++ b/Source/cmCommands.cxx
@@ -44,8 +44,6 @@
#include "cmRemoveDefinitionsCommand.cxx"
#include "cmSeparateArgumentsCommand.cxx"
#include "cmSetDirectoryPropertiesCommand.cxx"
-#include "cmSetTargetPropertiesCommand.cxx"
-#include "cmSetTestsPropertiesCommand.cxx"
#include "cmSourceGroupCommand.cxx"
#include "cmSubdirDependsCommand.cxx"
#include "cmUseMangledMesaCommand.cxx"
@@ -98,8 +96,6 @@ void GetPredefinedCommands(std::list<cmCommand*>&
commands.push_back(new cmRemoveDefinitionsCommand);
commands.push_back(new cmSeparateArgumentsCommand);
commands.push_back(new cmSetDirectoryPropertiesCommand);
- commands.push_back(new cmSetTargetPropertiesCommand);
- commands.push_back(new cmSetTestsPropertiesCommand);
commands.push_back(new cmSourceGroupCommand);
commands.push_back(new cmSubdirDependsCommand);
commands.push_back(new cmUseMangledMesaCommand);