summaryrefslogtreecommitdiff
path: root/Source/cmComputeLinkInformation.h
diff options
context:
space:
mode:
authorStephen Kelly <steveire@gmail.com>2015-10-08 00:41:15 +0200
committerStephen Kelly <steveire@gmail.com>2015-10-10 11:14:31 +0200
commit064c2488119269e88422ea444f87bdd44c4f6589 (patch)
tree41e5dce9a4c0d1bcfd564889f71c1ccbf6474e72 /Source/cmComputeLinkInformation.h
parent3e428fdcb4640411f8cbc4adc42c30b9c8b8032e (diff)
downloadcmake-064c2488119269e88422ea444f87bdd44c4f6589.tar.gz
cmComputeLinkDepends: Port some API to cmGeneratorTarget.
Diffstat (limited to 'Source/cmComputeLinkInformation.h')
-rw-r--r--Source/cmComputeLinkInformation.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/Source/cmComputeLinkInformation.h b/Source/cmComputeLinkInformation.h
index 8b8357459f..b1e7e46809 100644
--- a/Source/cmComputeLinkInformation.h
+++ b/Source/cmComputeLinkInformation.h
@@ -62,8 +62,8 @@ public:
std::string const& GetRPathLinkFlag() const { return this->RPathLinkFlag; }
std::string GetRPathLinkString();
private:
- void AddItem(std::string const& item, cmTarget const* tgt);
- void AddSharedDepItem(std::string const& item, cmTarget const* tgt);
+ void AddItem(std::string const& item, const cmGeneratorTarget* tgt);
+ void AddSharedDepItem(std::string const& item, cmGeneratorTarget const* tgt);
// Output information.
ItemVector Items;