mirror of
https://github.com/Kitware/CMake.git
synced 2026-01-06 05:40:54 -06:00
Merge topic 'remove-cmobject-uses'
2214011fMake cmCPackGenerator not inherit from cmObject7f9a8d53Make cmCPackGeneratorFactory not inherit from cmObjectfb0b087cMake cmCTestGenericHandler not inherit from cmObject2169b0faMake cmCPackLog not inherit from cmObject9855ebf1Make cmCommand not inherit from cmObject
This commit is contained in:
@@ -19,7 +19,6 @@ public:
|
||||
bool InitialPass(std::vector<std::string> const& args,
|
||||
cmExecutionStatus& status) CM_OVERRIDE;
|
||||
std::string GetName() const CM_OVERRIDE { return "load_command"; }
|
||||
cmTypeMacro(cmLoadCommandCommand, cmCommand);
|
||||
};
|
||||
|
||||
#endif
|
||||
|
||||
Reference in New Issue
Block a user