|
@@ -23,7 +23,6 @@
|
|
|
#include "cmFLTKWrapUICommand.cxx"
|
|
|
#include "cmGetCMakePropertyCommand.cxx"
|
|
|
#include "cmGetDirectoryPropertyCommand.cxx"
|
|
|
-#include "cmGetTargetPropertyCommand.cxx"
|
|
|
#include "cmGetTestPropertyCommand.cxx"
|
|
|
#include "cmIncludeExternalMSProjectCommand.cxx"
|
|
|
#include "cmLinkLibrariesCommand.cxx"
|
|
@@ -64,7 +63,6 @@ void GetPredefinedCommands(std::list<cmCommand*>&
|
|
|
commands.push_back(new cmFLTKWrapUICommand);
|
|
|
commands.push_back(new cmGetCMakePropertyCommand);
|
|
|
commands.push_back(new cmGetDirectoryPropertyCommand);
|
|
|
- commands.push_back(new cmGetTargetPropertyCommand);
|
|
|
commands.push_back(new cmGetTestPropertyCommand);
|
|
|
commands.push_back(new cmIncludeExternalMSProjectCommand);
|
|
|
commands.push_back(new cmLinkLibrariesCommand);
|