From cdf786f9f88be96c6011302fdd4542593fa864a6 Mon Sep 17 00:00:00 2001 From: Ken Martin Date: Tue, 12 Jun 2001 11:12:00 -0400 Subject: [PATCH] removed old added new --- Source/cmCommands.cxx | 2 -- 1 file changed, 2 deletions(-) diff --git a/Source/cmCommands.cxx b/Source/cmCommands.cxx index b71b1d95e..c450da324 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& 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);