diff options
author | Brad King <brad.king@kitware.com> | 2020-05-12 15:20:27 (GMT) |
---|---|---|
committer | Brad King <brad.king@kitware.com> | 2020-05-12 16:37:13 (GMT) |
commit | fcd1a1a920ed68b06bc082e435b622a8532ac079 (patch) | |
tree | a9f5a8c3fc34e74826b56f48369eb4549d6ce1c5 /Source/cmGeneratorTarget.h | |
parent | 4dc95526868d903c7f9e9505001cb5dbeec259c0 (diff) | |
download | CMake-fcd1a1a920ed68b06bc082e435b622a8532ac079.zip CMake-fcd1a1a920ed68b06bc082e435b622a8532ac079.tar.gz CMake-fcd1a1a920ed68b06bc082e435b622a8532ac079.tar.bz2 |
cmGeneratorTarget: Track when the set of link libs is config-dependent
Report in `cmLinkImplementationLibraries` and `cmLinkInterfaceLibraries`
whether the list of libraries depends on a genex referencing the
configuration. We already track whether a genex references the head
target.
Diffstat (limited to 'Source/cmGeneratorTarget.h')
-rw-r--r-- | Source/cmGeneratorTarget.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Source/cmGeneratorTarget.h b/Source/cmGeneratorTarget.h index 2ef7b43..ff03914 100644 --- a/Source/cmGeneratorTarget.h +++ b/Source/cmGeneratorTarget.h @@ -989,6 +989,7 @@ private: bool usage_requirements_only, std::vector<cmLinkItem>& items, bool& hadHeadSensitiveCondition, + bool& hadContextSensitiveCondition, bool& hadLinkLanguageSensitiveCondition) const; void LookupLinkItems(std::vector<std::string> const& names, cmListFileBacktrace const& bt, |