diff options
author | Stephen Kelly <steveire@gmail.com> | 2015-09-16 03:04:51 (GMT) |
---|---|---|
committer | Stephen Kelly <steveire@gmail.com> | 2015-10-10 09:22:27 (GMT) |
commit | 83c29e3903f947f9d4b5ed79a535f850b3b946e2 (patch) | |
tree | 625814dd7d0fc623fe120c083dae197d00ae3df0 /Source/cmGeneratorTarget.h | |
parent | 1988255448d7e0f92f4d2f12cc8fc17b1429c328 (diff) | |
download | CMake-83c29e3903f947f9d4b5ed79a535f850b3b946e2.zip CMake-83c29e3903f947f9d4b5ed79a535f850b3b946e2.tar.gz CMake-83c29e3903f947f9d4b5ed79a535f850b3b946e2.tar.bz2 |
cmGeneratorTarget: Port ComputeLinkImplementationLibraries 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 7588a59..15b1b80 100644 --- a/Source/cmGeneratorTarget.h +++ b/Source/cmGeneratorTarget.h @@ -212,7 +212,7 @@ public: void ComputeLinkImplementationLibraries(const std::string& config, cmOptionalLinkImplementation& impl, - cmTarget const* head) const; + const cmGeneratorTarget* head) const; // Compute the set of languages compiled by the target. This is // computed every time it is called because the languages can change |