mirror of
https://github.com/Kitware/CMake.git
synced 2026-04-25 15:49:08 -05:00
Make cmCommand not inherit from cmObject
This commit is contained in:
@@ -36,8 +36,6 @@ public:
|
||||
*/
|
||||
std::string GetName() const CM_OVERRIDE { return "file"; }
|
||||
|
||||
cmTypeMacro(cmFileCommand, cmCommand);
|
||||
|
||||
protected:
|
||||
bool HandleRename(std::vector<std::string> const& args);
|
||||
bool HandleRemove(std::vector<std::string> const& args, bool recurse);
|
||||
|
||||
Reference in New Issue
Block a user