summaryrefslogtreecommitdiff
path: root/Source/cmGeneratorTarget.h
diff options
context:
space:
mode:
authorStephen Kelly <steveire@gmail.com>2015-09-16 04:45:43 +0200
committerStephen Kelly <steveire@gmail.com>2015-10-10 11:14:31 +0200
commitf539da126b55933fae6f40feea35e820cb632877 (patch)
tree56dea90429885cde913f283475b8ef7a4d85cc01 /Source/cmGeneratorTarget.h
parent1c5d70f9c2b9b7e2aeaf1515ef72a6e9282ecde0 (diff)
downloadcmake-f539da126b55933fae6f40feea35e820cb632877.tar.gz
cmGeneratorTarget: Port GetLinkInterfaceLibraries away from cmTarget.
Diffstat (limited to 'Source/cmGeneratorTarget.h')
-rw-r--r--Source/cmGeneratorTarget.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/Source/cmGeneratorTarget.h b/Source/cmGeneratorTarget.h
index 49de6324e4..c36117d0ec 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,