Make cmCommand not inherit from cmObject

This commit is contained in:
Daniel Pfeifer
2016-10-23 00:45:08 +02:00
parent 1e555a44aa
commit 9855ebf11a
129 changed files with 13 additions and 266 deletions
-2
View File
@@ -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;