summaryrefslogtreecommitdiff
path: root/Source/cmCommands.cxx
diff options
context:
space:
mode:
authorBrad King <brad.king@kitware.com>2008-12-18 14:56:30 -0500
committerBrad King <brad.king@kitware.com>2008-12-18 14:56:30 -0500
commit0c85e2e6278d911c9fc7cbc00ac77413e8f21a9b (patch)
treed43b542aaa6aa56bb5e25f8662f333a5af9da085 /Source/cmCommands.cxx
parent64f419c0e85f9929687c4c159930c8398a299854 (diff)
downloadcmake-0c85e2e6278d911c9fc7cbc00ac77413e8f21a9b.tar.gz
COMP: Add set_directory_properties to bootstrap
We now need this command in the Tests/CMakeLists.txt file.
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 d9a9855417..00a0adc6a3 100644
--- a/Source/cmCommands.cxx
+++ b/Source/cmCommands.cxx
@@ -33,7 +33,6 @@
#include "cmQTWrapUICommand.cxx"
#include "cmRemoveCommand.cxx"
#include "cmRemoveDefinitionsCommand.cxx"
-#include "cmSetDirectoryPropertiesCommand.cxx"
#include "cmSourceGroupCommand.cxx"
#include "cmSubdirDependsCommand.cxx"
#include "cmUseMangledMesaCommand.cxx"
@@ -75,7 +74,6 @@ void GetPredefinedCommands(std::list<cmCommand*>&
commands.push_back(new cmQTWrapUICommand);
commands.push_back(new cmRemoveCommand);
commands.push_back(new cmRemoveDefinitionsCommand);
- commands.push_back(new cmSetDirectoryPropertiesCommand);
commands.push_back(new cmSourceGroupCommand);
commands.push_back(new cmSubdirDependsCommand);
commands.push_back(new cmUseMangledMesaCommand);