diff options
author | Stephen Kelly <steveire@gmail.com> | 2015-09-16 03:07:31 (GMT) |
---|---|---|
committer | Stephen Kelly <steveire@gmail.com> | 2015-10-10 15:06:56 (GMT) |
commit | 1c1c2a1201682d17491026cb392c31ae5e63e1a5 (patch) | |
tree | 4bd0b0c2244ef93643e9113b279d52ca76d2ea98 /Source/cmGeneratorTarget.h | |
parent | c66084f5d7df57c991d0f498de04a5f00ae0fcc1 (diff) | |
download | CMake-1c1c2a1201682d17491026cb392c31ae5e63e1a5.zip CMake-1c1c2a1201682d17491026cb392c31ae5e63e1a5.tar.gz CMake-1c1c2a1201682d17491026cb392c31ae5e63e1a5.tar.bz2 |
cmGeneratorTarget: Port ExpandLinkItems away from cmTarget.
Diffstat (limited to 'Source/cmGeneratorTarget.h')
-rw-r--r-- | Source/cmGeneratorTarget.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/Source/cmGeneratorTarget.h b/Source/cmGeneratorTarget.h index 03548e2..799110c 100644 --- a/Source/cmGeneratorTarget.h +++ b/Source/cmGeneratorTarget.h @@ -507,7 +507,8 @@ private: mutable std::set<std::string> LinkImplicitNullProperties; void ExpandLinkItems(std::string const& prop, std::string const& value, - std::string const& config, cmTarget const* headTarget, + std::string const& config, + const cmGeneratorTarget* headTarget, bool usage_requirements_only, std::vector<cmLinkItem>& items, bool& hadHeadSensitiveCondition) const; |