mirror of
https://github.com/Kitware/CMake.git
synced 2026-04-22 14:23:10 -05:00
Make cmCommand not inherit from cmObject
This commit is contained in:
@@ -10,7 +10,6 @@ class cmDependInformation;
|
||||
class cmOutputRequiredFilesCommand : public cmCommand
|
||||
{
|
||||
public:
|
||||
cmTypeMacro(cmOutputRequiredFilesCommand, cmCommand);
|
||||
cmCommand* Clone() CM_OVERRIDE { return new cmOutputRequiredFilesCommand; }
|
||||
bool InitialPass(std::vector<std::string> const& args,
|
||||
cmExecutionStatus& status) CM_OVERRIDE;
|
||||
|
||||
Reference in New Issue
Block a user