summaryrefslogtreecommitdiffstats
path: root/Source/cmTargetSourcesCommand.h
diff options
context:
space:
mode:
Diffstat (limited to 'Source/cmTargetSourcesCommand.h')
-rw-r--r--Source/cmTargetSourcesCommand.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/Source/cmTargetSourcesCommand.h b/Source/cmTargetSourcesCommand.h
index fa5738a..6f4b49f 100644
--- a/Source/cmTargetSourcesCommand.h
+++ b/Source/cmTargetSourcesCommand.h
@@ -34,8 +34,6 @@ public:
*/
std::string GetName() const CM_OVERRIDE { return "target_sources"; }
- cmTypeMacro(cmTargetSourcesCommand, cmTargetPropCommandBase);
-
private:
void HandleImportedTarget(const std::string& tgt) CM_OVERRIDE;
void HandleMissingTarget(const std::string& name) CM_OVERRIDE;