summaryrefslogtreecommitdiff
path: root/Source/cmCommands.cxx
diff options
context:
space:
mode:
authorSebastien Barre <sebastien.barre@kitware.com>2005-10-04 16:40:01 -0400
committerSebastien Barre <sebastien.barre@kitware.com>2005-10-04 16:40:01 -0400
commitb83dffb50068ad053c1225367dda01825ef2f8bc (patch)
treef09c998827bd1f9d6adad1177c82e041fde83e14 /Source/cmCommands.cxx
parent13627538b9330e0a82f9c570fbdff52df1392c24 (diff)
downloadcmake-b83dffb50068ad053c1225367dda01825ef2f8bc.tar.gz
ENH: the test for kwsys uses GET_TARGET_PROPERTY, which was not in the CMake bootstrap
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 8a7cd780db..3d1f3061bb 100644
--- a/Source/cmCommands.cxx
+++ b/Source/cmCommands.cxx
@@ -23,7 +23,6 @@
#include "cmFLTKWrapUICommand.cxx"
#include "cmGetCMakePropertyCommand.cxx"
#include "cmGetDirectoryPropertyCommand.cxx"
-#include "cmGetTargetPropertyCommand.cxx"
#include "cmGetTestPropertyCommand.cxx"
#include "cmIncludeExternalMSProjectCommand.cxx"
#include "cmLinkLibrariesCommand.cxx"
@@ -64,7 +63,6 @@ void GetPredefinedCommands(std::list<cmCommand*>&
commands.push_back(new cmFLTKWrapUICommand);
commands.push_back(new cmGetCMakePropertyCommand);
commands.push_back(new cmGetDirectoryPropertyCommand);
- commands.push_back(new cmGetTargetPropertyCommand);
commands.push_back(new cmGetTestPropertyCommand);
commands.push_back(new cmIncludeExternalMSProjectCommand);
commands.push_back(new cmLinkLibrariesCommand);