浏览代码

removed old added new

Ken Martin 24 年之前
父节点
当前提交
cdf786f9f8
共有 1 个文件被更改,包括 0 次插入2 次删除
  1. 0 2
      Source/cmCommands.cxx

+ 0 - 2
Source/cmCommands.cxx

@@ -56,7 +56,6 @@
 #include "cmSourceGroupCommand.cxx"
 #include "cmSourceGroupCommand.cxx"
 #include "cmSubdirCommand.cxx"
 #include "cmSubdirCommand.cxx"
 #include "cmTargetLinkLibrariesCommand.cxx"
 #include "cmTargetLinkLibrariesCommand.cxx"
-#include "cmTestsCommand.cxx"
 #include "cmUtilitySourceCommand.cxx"
 #include "cmUtilitySourceCommand.cxx"
 #include "cmVTKWrapJavaCommand.cxx"
 #include "cmVTKWrapJavaCommand.cxx"
 #include "cmVTKWrapPythonCommand.cxx"
 #include "cmVTKWrapPythonCommand.cxx"
@@ -115,7 +114,6 @@ void GetPredefinedCommands(std::list<cmCommand*>& commands)
   commands.push_back(new cmSourceGroupCommand);
   commands.push_back(new cmSourceGroupCommand);
   commands.push_back(new cmSubdirCommand);
   commands.push_back(new cmSubdirCommand);
   commands.push_back(new cmTargetLinkLibrariesCommand);
   commands.push_back(new cmTargetLinkLibrariesCommand);
-  commands.push_back(new cmTestsCommand);
   commands.push_back(new cmUtilitySourceCommand);
   commands.push_back(new cmUtilitySourceCommand);
   commands.push_back(new cmVTKWrapJavaCommand);
   commands.push_back(new cmVTKWrapJavaCommand);
   commands.push_back(new cmVTKWrapPythonCommand);
   commands.push_back(new cmVTKWrapPythonCommand);