Make cmCommand not inherit from cmObject

This commit is contained in:
Daniel Pfeifer
2016-10-23 00:45:08 +02:00
parent 1e555a44aa
commit 9855ebf11a
129 changed files with 13 additions and 266 deletions
@@ -28,8 +28,6 @@ public:
return "set_source_files_properties";
}
cmTypeMacro(cmSetSourceFilesPropertiesCommand, cmCommand);
static bool RunCommand(cmMakefile* mf,
std::vector<std::string>::const_iterator filebeg,
std::vector<std::string>::const_iterator fileend,