diff options
author | Stephen Kelly <steveire@gmail.com> | 2015-09-16 02:45:43 (GMT) |
---|---|---|
committer | Stephen Kelly <steveire@gmail.com> | 2015-10-10 09:14:31 (GMT) |
commit | f539da126b55933fae6f40feea35e820cb632877 (patch) | |
tree | 56dea90429885cde913f283475b8ef7a4d85cc01 /Source/cmGeneratorTarget.h | |
parent | 1c5d70f9c2b9b7e2aeaf1515ef72a6e9282ecde0 (diff) | |
download | CMake-f539da126b55933fae6f40feea35e820cb632877.zip CMake-f539da126b55933fae6f40feea35e820cb632877.tar.gz CMake-f539da126b55933fae6f40feea35e820cb632877.tar.bz2 |
cmGeneratorTarget: Port GetLinkInterfaceLibraries away from cmTarget.
Diffstat (limited to 'Source/cmGeneratorTarget.h')
-rw-r--r-- | Source/cmGeneratorTarget.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Source/cmGeneratorTarget.h b/Source/cmGeneratorTarget.h index 49de632..c36117d 100644 --- a/Source/cmGeneratorTarget.h +++ b/Source/cmGeneratorTarget.h @@ -116,7 +116,7 @@ public: cmLinkInterfaceLibraries const* GetLinkInterfaceLibraries(const std::string& config, - cmTarget const* headTarget, + const cmGeneratorTarget* headTarget, bool usage_requirements_only) const; void ComputeLinkInterfaceLibraries(const std::string& config, |