mirror of
https://github.com/Kitware/CMake.git
synced 2026-04-28 01:49:23 -05:00
Make cmCommand not inherit from cmObject
This commit is contained in:
@@ -25,8 +25,6 @@ public:
|
||||
*/
|
||||
std::string GetName() const CM_OVERRIDE { return "target_compile_options"; }
|
||||
|
||||
cmTypeMacro(cmTargetCompileOptionsCommand, 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