|
|
@@ -24,7 +24,6 @@
|
|
|
#include "cmExportCommand.cxx"
|
|
|
#include "cmExportLibraryDependencies.cxx"
|
|
|
#include "cmFLTKWrapUICommand.cxx"
|
|
|
-#include "cmGetTestPropertyCommand.cxx"
|
|
|
#include "cmIncludeExternalMSProjectCommand.cxx"
|
|
|
#include "cmInstallProgramsCommand.cxx"
|
|
|
#include "cmLinkLibrariesCommand.cxx"
|
|
|
@@ -66,7 +65,6 @@ void GetPredefinedCommands(std::list<cmCommand*>&
|
|
|
commands.push_back(new cmExportCommand);
|
|
|
commands.push_back(new cmExportLibraryDependenciesCommand);
|
|
|
commands.push_back(new cmFLTKWrapUICommand);
|
|
|
- commands.push_back(new cmGetTestPropertyCommand);
|
|
|
commands.push_back(new cmIncludeExternalMSProjectCommand);
|
|
|
commands.push_back(new cmInstallProgramsCommand);
|
|
|
commands.push_back(new cmLinkLibrariesCommand);
|