mirror of
https://gitlab.kitware.com/cmake/cmake.git
synced 2026-09-25 04:09:36 +03:00
Make cmCommand not inherit from cmObject
This commit is contained in:
@@ -41,8 +41,6 @@ public:
|
||||
|
||||
bool HasFinalPass() const CM_OVERRIDE { return true; }
|
||||
|
||||
cmTypeMacro(cmInstallProgramsCommand, cmCommand);
|
||||
|
||||
protected:
|
||||
std::string FindInstallSource(const char* name) const;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user