diff options
author | Brad King <brad.king@kitware.com> | 2021-06-22 16:59:37 (GMT) |
---|---|---|
committer | Brad King <brad.king@kitware.com> | 2021-07-13 15:31:16 (GMT) |
commit | 33f0505f015c766b62a9c6b0d3961fe71b405d06 (patch) | |
tree | 30fd297b89ba89817db6c3ce2be75e1db47f4dc4 /Source/cmGeneratorTarget.h | |
parent | 460e812369db398da34e14c9d40c3ecec06afaf1 (diff) | |
download | CMake-33f0505f015c766b62a9c6b0d3961fe71b405d06.zip CMake-33f0505f015c766b62a9c6b0d3961fe71b405d06.tar.gz CMake-33f0505f015c766b62a9c6b0d3961fe71b405d06.tar.bz2 |
cmGeneratorTarget: Simplify ExpandLinkItems signature
Diffstat (limited to 'Source/cmGeneratorTarget.h')
-rw-r--r-- | Source/cmGeneratorTarget.h | 7 |
1 files changed, 2 insertions, 5 deletions
diff --git a/Source/cmGeneratorTarget.h b/Source/cmGeneratorTarget.h index 09f4167..bd4e08f 100644 --- a/Source/cmGeneratorTarget.h +++ b/Source/cmGeneratorTarget.h @@ -1041,11 +1041,8 @@ private: std::string const& config, const cmGeneratorTarget* headTarget, bool usage_requirements_only, - std::vector<cmLinkItem>& items, - std::vector<cmLinkItem>& objects, - bool& hadHeadSensitiveCondition, - bool& hadContextSensitiveCondition, - bool& hadLinkLanguageSensitiveCondition) const; + cmLinkInterface& iface) const; + struct LookupLinkItemScope { cmLocalGenerator const* LG; |