diff options
author | Ken Martin <ken.martin@kitware.com> | 2001-06-12 15:12:00 (GMT) |
---|---|---|
committer | Ken Martin <ken.martin@kitware.com> | 2001-06-12 15:12:00 (GMT) |
commit | cdf786f9f88be96c6011302fdd4542593fa864a6 (patch) | |
tree | 99901d6841e5dd1d23a47b7614423f3e816d35d6 /Source/cmCommands.cxx | |
parent | 0faf289dfa8f9cc23c0840397dc0e5f6db025e49 (diff) | |
download | CMake-cdf786f9f88be96c6011302fdd4542593fa864a6.zip CMake-cdf786f9f88be96c6011302fdd4542593fa864a6.tar.gz CMake-cdf786f9f88be96c6011302fdd4542593fa864a6.tar.bz2 |
removed old added new
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 b71b1d9..c450da3 100644 --- a/Source/cmCommands.cxx +++ b/Source/cmCommands.cxx @@ -56,7 +56,6 @@ #include "cmSourceGroupCommand.cxx" #include "cmSubdirCommand.cxx" #include "cmTargetLinkLibrariesCommand.cxx" -#include "cmTestsCommand.cxx" #include "cmUtilitySourceCommand.cxx" #include "cmVTKWrapJavaCommand.cxx" #include "cmVTKWrapPythonCommand.cxx" @@ -115,7 +114,6 @@ void GetPredefinedCommands(std::list<cmCommand*>& commands) commands.push_back(new cmSourceGroupCommand); commands.push_back(new cmSubdirCommand); commands.push_back(new cmTargetLinkLibrariesCommand); - commands.push_back(new cmTestsCommand); commands.push_back(new cmUtilitySourceCommand); commands.push_back(new cmVTKWrapJavaCommand); commands.push_back(new cmVTKWrapPythonCommand); |