summaryrefslogtreecommitdiffstats
path: root/Source/cmGeneratorTarget.cxx
diff options
context:
space:
mode:
authorStephen Kelly <steveire@gmail.com>2015-10-24 07:29:49 (GMT)
committerStephen Kelly <steveire@gmail.com>2015-10-27 06:44:21 (GMT)
commitb397eae82e14fdf75eddcbfd022d9f2d5933eb1e (patch)
tree6b68c4aa003669e8ce97490625a91b28c150dc89 /Source/cmGeneratorTarget.cxx
parent00b8c0a8d4b59dc01276d083ccae4a8138718b12 (diff)
downloadCMake-b397eae82e14fdf75eddcbfd022d9f2d5933eb1e.zip
CMake-b397eae82e14fdf75eddcbfd022d9f2d5933eb1e.tar.gz
CMake-b397eae82e14fdf75eddcbfd022d9f2d5933eb1e.tar.bz2
cmGeneratorTarget: Move LinkLanguagePropagatesToDependents from cmTarget
Diffstat (limited to 'Source/cmGeneratorTarget.cxx')
-rw-r--r--Source/cmGeneratorTarget.cxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/Source/cmGeneratorTarget.cxx b/Source/cmGeneratorTarget.cxx
index eb433f5..651c89c 100644
--- a/Source/cmGeneratorTarget.cxx
+++ b/Source/cmGeneratorTarget.cxx
@@ -4770,7 +4770,7 @@ void cmGeneratorTarget::ComputeLinkInterface(const std::string& config,
iface.WrongConfigLibraries = impl->WrongConfigLibraries;
}
- if(this->Target->LinkLanguagePropagatesToDependents())
+ if(this->LinkLanguagePropagatesToDependents())
{
// Targets using this archive need its language runtime libraries.
if(cmLinkImplementation const* impl =
@@ -5485,7 +5485,7 @@ void cmGeneratorTarget::ComputeImportInfo(std::string const& desired_config,
}
// Get the link languages.
- if(this->Target->LinkLanguagePropagatesToDependents())
+ if(this->LinkLanguagePropagatesToDependents())
{
std::string linkProp = "IMPORTED_LINK_INTERFACE_LANGUAGES";
linkProp += suffix;