diff options
author | Stephen Kelly <steveire@gmail.com> | 2015-09-16 02:49:37 (GMT) |
---|---|---|
committer | Stephen Kelly <steveire@gmail.com> | 2015-10-10 09:20:30 (GMT) |
commit | 922c89014f372ca38303b4258345c23027046616 (patch) | |
tree | 9b80c729c1f133f4ac8cdcd7f69fa7bb94afa2f5 /Source/cmGeneratorTarget.h | |
parent | eaa5b9cbb1b145b76eb0448df1ce3a3c63ee13c6 (diff) | |
download | CMake-922c89014f372ca38303b4258345c23027046616.zip CMake-922c89014f372ca38303b4258345c23027046616.tar.gz CMake-922c89014f372ca38303b4258345c23027046616.tar.bz2 |
cmGeneratorTarget: Port GetLinkInterface away from cmTarget.
Diffstat (limited to 'Source/cmGeneratorTarget.h')
-rw-r--r-- | Source/cmGeneratorTarget.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Source/cmGeneratorTarget.h b/Source/cmGeneratorTarget.h index c36117d..f3eaccd 100644 --- a/Source/cmGeneratorTarget.h +++ b/Source/cmGeneratorTarget.h @@ -109,7 +109,7 @@ public: const std::string& config) const; cmLinkInterface const* GetLinkInterface(const std::string& config, - cmTarget const* headTarget) const; + const cmGeneratorTarget* headTarget) const; void ComputeLinkInterface(const std::string& config, cmOptionalLinkInterface& iface, cmTarget const* head) const; |