mirror of
https://github.com/Kitware/CMake.git
synced 2026-03-03 05:08:47 -06:00
Make cmCommand not inherit from cmObject
This commit is contained in:
@@ -31,8 +31,6 @@ public:
|
||||
return "target_compile_definitions";
|
||||
}
|
||||
|
||||
cmTypeMacro(cmTargetCompileDefinitionsCommand, cmTargetPropCommandBase);
|
||||
|
||||
private:
|
||||
void HandleImportedTarget(const std::string& tgt) CM_OVERRIDE;
|
||||
void HandleMissingTarget(const std::string& name) CM_OVERRIDE;
|
||||
|
||||
Reference in New Issue
Block a user