summaryrefslogtreecommitdiff
path: root/Source/cmGeneratorTarget.h
diff options
context:
space:
mode:
authorStephen Kelly <steveire@gmail.com>2015-09-16 05:04:51 +0200
committerStephen Kelly <steveire@gmail.com>2015-10-10 11:22:27 +0200
commit83c29e3903f947f9d4b5ed79a535f850b3b946e2 (patch)
tree625814dd7d0fc623fe120c083dae197d00ae3df0 /Source/cmGeneratorTarget.h
parent1988255448d7e0f92f4d2f12cc8fc17b1429c328 (diff)
downloadcmake-83c29e3903f947f9d4b5ed79a535f850b3b946e2.tar.gz
cmGeneratorTarget: Port ComputeLinkImplementationLibraries 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 7588a59507..15b1b80f17 100644
--- a/Source/cmGeneratorTarget.h
+++ b/Source/cmGeneratorTarget.h
@@ -212,7 +212,7 @@ public:
void ComputeLinkImplementationLibraries(const std::string& config,
cmOptionalLinkImplementation& impl,
- cmTarget const* head) const;
+ const cmGeneratorTarget* head) const;
// Compute the set of languages compiled by the target. This is
// computed every time it is called because the languages can change