summaryrefslogtreecommitdiffstats
path: root/Source/cmCommands.cxx
diff options
context:
space:
mode:
authorBrad King <brad.king@kitware.com>2007-03-03 17:16:35 (GMT)
committerBrad King <brad.king@kitware.com>2007-03-03 17:16:35 (GMT)
commitbdc4974f882786311a456c0e245360e2a66e6257 (patch)
tree11de4503fda2e8b561731a0723e3f2221a469008 /Source/cmCommands.cxx
parent0edbb68352475ae48dd31dde7384dd0816a8fb39 (diff)
downloadCMake-bdc4974f882786311a456c0e245360e2a66e6257.zip
CMake-bdc4974f882786311a456c0e245360e2a66e6257.tar.gz
CMake-bdc4974f882786311a456c0e245360e2a66e6257.tar.bz2
BUG: cmCreateTestSourceList command is needed at boostrap time because KWSys now uses test drivers.
Diffstat (limited to 'Source/cmCommands.cxx')
-rw-r--r--Source/cmCommands.cxx2
1 files changed, 0 insertions, 2 deletions
diff --git a/Source/cmCommands.cxx b/Source/cmCommands.cxx
index ac188be..3ecc82c 100644
--- a/Source/cmCommands.cxx
+++ b/Source/cmCommands.cxx
@@ -19,7 +19,6 @@
#include "cmAddSubDirectoryCommand.cxx"
#include "cmAuxSourceDirectoryCommand.cxx"
#include "cmBuildNameCommand.cxx"
-#include "cmCreateTestSourceList.cxx"
#include "cmDefinePropertyCommand.cxx"
#include "cmElseIfCommand.cxx"
#include "cmEnableLanguageCommand.cxx"
@@ -72,7 +71,6 @@ void GetPredefinedCommands(std::list<cmCommand*>&
commands.push_back(new cmAddSubDirectoryCommand);
commands.push_back(new cmAuxSourceDirectoryCommand);
commands.push_back(new cmBuildNameCommand);
- commands.push_back(new cmCreateTestSourceList);
commands.push_back(new cmDefinePropertyCommand);
commands.push_back(new cmElseIfCommand);
commands.push_back(new cmEnableLanguageCommand);