summaryrefslogtreecommitdiffstats
path: root/Source/cmInstallTargetGenerator.cxx
diff options
context:
space:
mode:
authorStephen Kelly <steveire@gmail.com>2015-10-07 19:50:29 (GMT)
committerStephen Kelly <steveire@gmail.com>2015-10-08 22:07:55 (GMT)
commitee44be22cb26627698d5548171a4d102988a3452 (patch)
tree23e82e22939bf16c8c4f00b7a2c174458026a99d /Source/cmInstallTargetGenerator.cxx
parent4f767afe1d67bf10f749b0bc5ee5f2cb77ce9b40 (diff)
downloadCMake-ee44be22cb26627698d5548171a4d102988a3452.zip
CMake-ee44be22cb26627698d5548171a4d102988a3452.tar.gz
CMake-ee44be22cb26627698d5548171a4d102988a3452.tar.bz2
cmGeneratorTarget: Use local GetProperty method.
Diffstat (limited to 'Source/cmInstallTargetGenerator.cxx')
-rw-r--r--Source/cmInstallTargetGenerator.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/Source/cmInstallTargetGenerator.cxx b/Source/cmInstallTargetGenerator.cxx
index 30cf175..4130366 100644
--- a/Source/cmInstallTargetGenerator.cxx
+++ b/Source/cmInstallTargetGenerator.cxx
@@ -823,7 +823,7 @@ cmInstallTargetGenerator::AddStripRule(std::ostream& os,
// Don't handle OSX Bundles.
if(this->Target->Target->GetMakefile()->IsOn("APPLE") &&
- this->Target->Target->GetPropertyAsBool("MACOSX_BUNDLE"))
+ this->Target->GetPropertyAsBool("MACOSX_BUNDLE"))
{
return;
}