summaryrefslogtreecommitdiff
path: root/Source/cmCommands.cxx
diff options
context:
space:
mode:
authorBill Hoffman <bill.hoffman@kitware.com>2008-07-07 15:07:54 -0400
committerBill Hoffman <bill.hoffman@kitware.com>2008-07-07 15:07:54 -0400
commit2081dcbfce7245a1c19ec1e5fb9f0a7a3780aa30 (patch)
treeed323ce4b9a8902ee6c5dcb9951863ba552ab8ac /Source/cmCommands.cxx
parent9a3c0bf07308b89f2b13e877048bbb8f43717c6f (diff)
downloadcmake-2081dcbfce7245a1c19ec1e5fb9f0a7a3780aa30.tar.gz
ENH: add get_test_property to bootstrap so bootstrap builds test the same as non-bootstrap builds
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 d719d5528c..d9a9855417 100644
--- a/Source/cmCommands.cxx
+++ b/Source/cmCommands.cxx
@@ -24,7 +24,6 @@
#include "cmExportCommand.cxx"
#include "cmExportLibraryDependencies.cxx"
#include "cmFLTKWrapUICommand.cxx"
-#include "cmGetTestPropertyCommand.cxx"
#include "cmIncludeExternalMSProjectCommand.cxx"
#include "cmInstallProgramsCommand.cxx"
#include "cmLinkLibrariesCommand.cxx"
@@ -66,7 +65,6 @@ void GetPredefinedCommands(std::list<cmCommand*>&
commands.push_back(new cmExportCommand);
commands.push_back(new cmExportLibraryDependenciesCommand);
commands.push_back(new cmFLTKWrapUICommand);
- commands.push_back(new cmGetTestPropertyCommand);
commands.push_back(new cmIncludeExternalMSProjectCommand);
commands.push_back(new cmInstallProgramsCommand);
commands.push_back(new cmLinkLibrariesCommand);