summaryrefslogtreecommitdiffstats
path: root/Source/cmGeneratorTarget.h
diff options
context:
space:
mode:
authorBrad King <brad.king@kitware.com>2021-06-22 16:59:37 (GMT)
committerBrad King <brad.king@kitware.com>2021-07-13 15:31:16 (GMT)
commit33f0505f015c766b62a9c6b0d3961fe71b405d06 (patch)
tree30fd297b89ba89817db6c3ce2be75e1db47f4dc4 /Source/cmGeneratorTarget.h
parent460e812369db398da34e14c9d40c3ecec06afaf1 (diff)
downloadCMake-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.h7
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;