diff options
author | Brad King <brad.king@kitware.com> | 2014-07-21 13:04:04 -0400 |
---|---|---|
committer | Brad King <brad.king@kitware.com> | 2014-07-21 13:04:04 -0400 |
commit | 7b743a2e761783f930de41db3f7a706b065bbb2e (patch) | |
tree | d9adfc045b4339fe62aa94fd924747cd0b51f0a2 /Source/cmTarget.h | |
parent | 807e4ffeefb0e10ef0546e0eb7383f3d5533809b (diff) | |
download | cmake-7b743a2e761783f930de41db3f7a706b065bbb2e.tar.gz |
cmTarget: Avoid re-computing head-independent link interfaces
Diffstat (limited to 'Source/cmTarget.h')
-rw-r--r-- | Source/cmTarget.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/Source/cmTarget.h b/Source/cmTarget.h index f8bed4f7ec..333e2ae0cf 100644 --- a/Source/cmTarget.h +++ b/Source/cmTarget.h @@ -802,7 +802,8 @@ private: void ExpandLinkItems(std::string const& prop, std::string const& value, std::string const& config, cmTarget const* headTarget, bool usage_requirements_only, - std::vector<cmLinkItem>& items) const; + std::vector<cmLinkItem>& items, + bool& hadHeadSensitiveCondition) const; void LookupLinkItems(std::vector<std::string> const& names, std::vector<cmLinkItem>& items) const; |