mirror of
https://github.com/Kitware/CMake.git
synced 2026-04-23 14:48:19 -05:00
Make cmCommand not inherit from cmObject
This commit is contained in:
@@ -21,8 +21,6 @@ public:
|
||||
const std::string& prop,
|
||||
ArgumentFlags flags = NO_FLAGS);
|
||||
|
||||
cmTypeMacro(cmTargetPropCommandBase, cmCommand);
|
||||
|
||||
protected:
|
||||
std::string Property;
|
||||
cmTarget* Target;
|
||||
|
||||
Reference in New Issue
Block a user