diff options
author | Ken Martin <ken.martin@kitware.com> | 2007-06-26 18:48:06 (GMT) |
---|---|---|
committer | Ken Martin <ken.martin@kitware.com> | 2007-06-26 18:48:06 (GMT) |
commit | 571b3088d522da188448fc0cbe825fc9ee840609 (patch) | |
tree | a84d6055e60d6e61597d562e6d2777b2085ab3db /Source/cmCommands.cxx | |
parent | 2504ffe8c370fb0c89bfe002226b28a7cb2244c6 (diff) | |
download | CMake-571b3088d522da188448fc0cbe825fc9ee840609.zip CMake-571b3088d522da188448fc0cbe825fc9ee840609.tar.gz CMake-571b3088d522da188448fc0cbe825fc9ee840609.tar.bz2 |
ENH: add SetProperties into bootstrap
Diffstat (limited to 'Source/cmCommands.cxx')
-rw-r--r-- | Source/cmCommands.cxx | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/Source/cmCommands.cxx b/Source/cmCommands.cxx index ed9eabf..4212052 100644 --- a/Source/cmCommands.cxx +++ b/Source/cmCommands.cxx @@ -44,7 +44,6 @@ #include "cmRemoveDefinitionsCommand.cxx" #include "cmSeparateArgumentsCommand.cxx" #include "cmSetDirectoryPropertiesCommand.cxx" -#include "cmSetPropertiesCommand.cxx" #include "cmSetTargetPropertiesCommand.cxx" #include "cmSetTestsPropertiesCommand.cxx" #include "cmSourceGroupCommand.cxx" @@ -99,7 +98,6 @@ void GetPredefinedCommands(std::list<cmCommand*>& commands.push_back(new cmRemoveDefinitionsCommand); commands.push_back(new cmSeparateArgumentsCommand); commands.push_back(new cmSetDirectoryPropertiesCommand); - commands.push_back(new cmSetPropertiesCommand); commands.push_back(new cmSetTargetPropertiesCommand); commands.push_back(new cmSetTestsPropertiesCommand); commands.push_back(new cmSourceGroupCommand); |