diff options
author | Ken Martin <ken.martin@kitware.com> | 2005-09-21 14:32:13 (GMT) |
---|---|---|
committer | Ken Martin <ken.martin@kitware.com> | 2005-09-21 14:32:13 (GMT) |
commit | 059f62c5ea04ccb699e0cde7127232fe607d16a6 (patch) | |
tree | cc30f2e37f7bb525c3938249d763cb25506c29df /Source/cmCommands.cxx | |
parent | 0981ffddcda1652500a3d98da5d90f413e10ac15 (diff) | |
download | CMake-059f62c5ea04ccb699e0cde7127232fe607d16a6.zip CMake-059f62c5ea04ccb699e0cde7127232fe607d16a6.tar.gz CMake-059f62c5ea04ccb699e0cde7127232fe607d16a6.tar.bz2 |
ENH: removed ITK command
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 6b1a01f..8a7cd78 100644 --- a/Source/cmCommands.cxx +++ b/Source/cmCommands.cxx @@ -25,7 +25,6 @@ #include "cmGetDirectoryPropertyCommand.cxx" #include "cmGetTargetPropertyCommand.cxx" #include "cmGetTestPropertyCommand.cxx" -#include "cmITKWrapTclCommand.cxx" #include "cmIncludeExternalMSProjectCommand.cxx" #include "cmLinkLibrariesCommand.cxx" #include "cmLoadCacheCommand.cxx" @@ -67,7 +66,6 @@ void GetPredefinedCommands(std::list<cmCommand*>& commands.push_back(new cmGetDirectoryPropertyCommand); commands.push_back(new cmGetTargetPropertyCommand); commands.push_back(new cmGetTestPropertyCommand); - commands.push_back(new cmITKWrapTclCommand); commands.push_back(new cmIncludeExternalMSProjectCommand); commands.push_back(new cmLinkLibrariesCommand); commands.push_back(new cmLoadCacheCommand); |