diff options
author | Stephen Kelly <steveire@gmail.com> | 2015-10-07 22:41:15 (GMT) |
---|---|---|
committer | Stephen Kelly <steveire@gmail.com> | 2015-10-10 09:14:31 (GMT) |
commit | 064c2488119269e88422ea444f87bdd44c4f6589 (patch) | |
tree | 41e5dce9a4c0d1bcfd564889f71c1ccbf6474e72 /Source/cmComputeLinkInformation.h | |
parent | 3e428fdcb4640411f8cbc4adc42c30b9c8b8032e (diff) | |
download | CMake-064c2488119269e88422ea444f87bdd44c4f6589.zip CMake-064c2488119269e88422ea444f87bdd44c4f6589.tar.gz CMake-064c2488119269e88422ea444f87bdd44c4f6589.tar.bz2 |
cmComputeLinkDepends: Port some API to cmGeneratorTarget.
Diffstat (limited to 'Source/cmComputeLinkInformation.h')
-rw-r--r-- | Source/cmComputeLinkInformation.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Source/cmComputeLinkInformation.h b/Source/cmComputeLinkInformation.h index 8b83574..b1e7e46 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; |