summaryrefslogtreecommitdiffstats
path: root/Source/cmLocalGenerator.cxx
diff options
context:
space:
mode:
authorStephen Kelly <steveire@gmail.com>2015-08-04 17:19:43 (GMT)
committerStephen Kelly <steveire@gmail.com>2015-08-05 16:20:45 (GMT)
commit5ff813c7a62d6c37b86bbf9a988a91baa4d5b9e6 (patch)
treecbffae918664d4c8ddd0b605585916d79643ee0d /Source/cmLocalGenerator.cxx
parent38d4ba3564b9a37f8042888ffd63bf736852b6b8 (diff)
downloadCMake-5ff813c7a62d6c37b86bbf9a988a91baa4d5b9e6.zip
CMake-5ff813c7a62d6c37b86bbf9a988a91baa4d5b9e6.tar.gz
CMake-5ff813c7a62d6c37b86bbf9a988a91baa4d5b9e6.tar.bz2
cmGeneratorTarget: Move LinkInterfaceDependent methods from cmTarget.
Diffstat (limited to 'Source/cmLocalGenerator.cxx')
-rw-r--r--Source/cmLocalGenerator.cxx4
1 files changed, 3 insertions, 1 deletions
diff --git a/Source/cmLocalGenerator.cxx b/Source/cmLocalGenerator.cxx
index eaf812f..3ab501d 100644
--- a/Source/cmLocalGenerator.cxx
+++ b/Source/cmLocalGenerator.cxx
@@ -2059,7 +2059,9 @@ void cmLocalGenerator::AddCMP0018Flags(std::string &flags,
return;
}
- if (target->GetLinkInterfaceDependentBoolProperty(
+ cmGeneratorTarget* gtgt =
+ this->GlobalGenerator->GetGeneratorTarget(target);
+ if (gtgt->GetLinkInterfaceDependentBoolProperty(
"POSITION_INDEPENDENT_CODE",
config))
{