diff options
author | Stephen Kelly <steveire@gmail.com> | 2015-09-16 02:56:37 (GMT) |
---|---|---|
committer | Stephen Kelly <steveire@gmail.com> | 2015-10-10 09:22:20 (GMT) |
commit | c1f687b1ad2fe3ed7a8a2d300f1e12df59161cbc (patch) | |
tree | 90a9a0feddf42d5c425d16b64fa6ca5a20df7e67 /Source/cmGeneratorTarget.h | |
parent | a6e1f05c154d123b01bfe75c13d3e016c9074f72 (diff) | |
download | CMake-c1f687b1ad2fe3ed7a8a2d300f1e12df59161cbc.zip CMake-c1f687b1ad2fe3ed7a8a2d300f1e12df59161cbc.tar.gz CMake-c1f687b1ad2fe3ed7a8a2d300f1e12df59161cbc.tar.bz2 |
cmGeneratorTarget: Port GetLinkImplementationLibrariesInternal.
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 b832eea..7588a59 100644 --- a/Source/cmGeneratorTarget.h +++ b/Source/cmGeneratorTarget.h @@ -524,7 +524,7 @@ private: cmLinkImplementationLibraries const* GetLinkImplementationLibrariesInternal(const std::string& config, - cmTarget const* head) const; + const cmGeneratorTarget* head) const; bool ComputeOutputDir(const std::string& config, bool implib, std::string& out) const; |