mirror of
https://github.com/Kitware/CMake.git
synced 2026-05-24 09:09:43 -05:00
Make cmCommand not inherit from cmObject
This commit is contained in:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user