mirror of
https://github.com/Kitware/CMake.git
synced 2026-04-29 18:51:05 -05:00
Make cmCommand not inherit from cmObject
This commit is contained in:
@@ -40,8 +40,6 @@ public:
|
||||
void FinalPass() CM_OVERRIDE;
|
||||
bool HasFinalPass() const CM_OVERRIDE { return !this->IsFilesForm; }
|
||||
|
||||
cmTypeMacro(cmInstallFilesCommand, cmCommand);
|
||||
|
||||
protected:
|
||||
void CreateInstallGenerator() const;
|
||||
std::string FindInstallSource(const char* name) const;
|
||||
|
||||
Reference in New Issue
Block a user