diff options
author | Stephen Kelly <steveire@gmail.com> | 2015-09-16 02:50:32 (GMT) |
---|---|---|
committer | Stephen Kelly <steveire@gmail.com> | 2015-10-10 09:21:09 (GMT) |
commit | 654002feb88a9a219e2d6b6011c7dccc791627b1 (patch) | |
tree | 57d1ac4e939bcb08b2f2989df2095cb8691f0cce /Source/cmGeneratorTarget.h | |
parent | 922c89014f372ca38303b4258345c23027046616 (diff) | |
download | CMake-654002feb88a9a219e2d6b6011c7dccc791627b1.zip CMake-654002feb88a9a219e2d6b6011c7dccc791627b1.tar.gz CMake-654002feb88a9a219e2d6b6011c7dccc791627b1.tar.bz2 |
cmGeneratorTarget: Port ComputeLinkInterfaceLibraries 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 f3eaccd..bbd06a6 100644 --- a/Source/cmGeneratorTarget.h +++ b/Source/cmGeneratorTarget.h @@ -121,7 +121,7 @@ public: void ComputeLinkInterfaceLibraries(const std::string& config, cmOptionalLinkInterface &iface, - cmTarget const* head, + const cmGeneratorTarget* head, bool usage_requirements_only) const; /** Get the full path to the target according to the settings in its |