summaryrefslogtreecommitdiffstats
path: root/Source/cmGeneratorTarget.h
diff options
context:
space:
mode:
authorStephen Kelly <steveire@gmail.com>2015-09-16 02:55:52 (GMT)
committerStephen Kelly <steveire@gmail.com>2015-10-10 09:21:11 (GMT)
commita6e1f05c154d123b01bfe75c13d3e016c9074f72 (patch)
tree9629170280e3d09268c140ee38f66e5240a2d084 /Source/cmGeneratorTarget.h
parent654002feb88a9a219e2d6b6011c7dccc791627b1 (diff)
downloadCMake-a6e1f05c154d123b01bfe75c13d3e016c9074f72.zip
CMake-a6e1f05c154d123b01bfe75c13d3e016c9074f72.tar.gz
CMake-a6e1f05c154d123b01bfe75c13d3e016c9074f72.tar.bz2
cmGeneratorTarget: Port ComputeLinkInterface 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 bbd06a6..b832eea 100644
--- a/Source/cmGeneratorTarget.h
+++ b/Source/cmGeneratorTarget.h
@@ -112,7 +112,7 @@ public:
const cmGeneratorTarget* headTarget) const;
void ComputeLinkInterface(const std::string& config,
cmOptionalLinkInterface& iface,
- cmTarget const* head) const;
+ const cmGeneratorTarget* head) const;
cmLinkInterfaceLibraries const*
GetLinkInterfaceLibraries(const std::string& config,