summaryrefslogtreecommitdiffstats
path: root/Source/cmCommands.cxx
diff options
context:
space:
mode:
authorAlexander Neundorf <neundorf@kde.org>2007-06-07 18:31:56 (GMT)
committerAlexander Neundorf <neundorf@kde.org>2007-06-07 18:31:56 (GMT)
commitea26cc537eeed1f7ca5c10491be687b970920a28 (patch)
tree202016649c0278c605e4d6e1ab93383ba51e4c3a /Source/cmCommands.cxx
parentb956fc24069c668978be67a6a4855c76806bf218 (diff)
downloadCMake-ea26cc537eeed1f7ca5c10491be687b970920a28.zip
CMake-ea26cc537eeed1f7ca5c10491be687b970920a28.tar.gz
CMake-ea26cc537eeed1f7ca5c10491be687b970920a28.tar.bz2
BUG: fix Bootstrap test
Alex
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 63a5cce..092b9b8 100644
--- a/Source/cmCommands.cxx
+++ b/Source/cmCommands.cxx
@@ -27,7 +27,6 @@
#include "cmExportLibraryDependencies.cxx"
#include "cmFLTKWrapUICommand.cxx"
#include "cmGetDirectoryPropertyCommand.cxx"
-#include "cmGetTargetPropertyCommand.cxx"
#include "cmGetTestPropertyCommand.cxx"
#include "cmIncludeExternalMSProjectCommand.cxx"
#include "cmInstallCommand.cxx"
@@ -80,7 +79,6 @@ void GetPredefinedCommands(std::list<cmCommand*>&
commands.push_back(new cmExportLibraryDependenciesCommand);
commands.push_back(new cmFLTKWrapUICommand);
commands.push_back(new cmGetDirectoryPropertyCommand);
- commands.push_back(new cmGetTargetPropertyCommand);
commands.push_back(new cmGetTestPropertyCommand);
commands.push_back(new cmIncludeExternalMSProjectCommand);
commands.push_back(new cmInstallCommand);