summaryrefslogtreecommitdiff
path: root/Source/cmGlobalUnixMakefileGenerator3.cxx
diff options
context:
space:
mode:
authorStephen Kelly <steveire@gmail.com>2015-10-07 21:50:29 +0200
committerStephen Kelly <steveire@gmail.com>2015-10-09 00:07:55 +0200
commitee44be22cb26627698d5548171a4d102988a3452 (patch)
tree23e82e22939bf16c8c4f00b7a2c174458026a99d /Source/cmGlobalUnixMakefileGenerator3.cxx
parent4f767afe1d67bf10f749b0bc5ee5f2cb77ce9b40 (diff)
downloadcmake-ee44be22cb26627698d5548171a4d102988a3452.tar.gz
cmGeneratorTarget: Use local GetProperty method.
Diffstat (limited to 'Source/cmGlobalUnixMakefileGenerator3.cxx')
-rw-r--r--Source/cmGlobalUnixMakefileGenerator3.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/Source/cmGlobalUnixMakefileGenerator3.cxx b/Source/cmGlobalUnixMakefileGenerator3.cxx
index cb13fcfbd0..4b7860103b 100644
--- a/Source/cmGlobalUnixMakefileGenerator3.cxx
+++ b/Source/cmGlobalUnixMakefileGenerator3.cxx
@@ -937,7 +937,7 @@ void cmGlobalUnixMakefileGenerator3::InitializeProgressMarks()
cmLocalGenerator* tlg = gt->GetLocalGenerator();
if(gt->GetType() == cmTarget::INTERFACE_LIBRARY
- || gt->Target->GetPropertyAsBool("EXCLUDE_FROM_ALL"))
+ || gt->GetPropertyAsBool("EXCLUDE_FROM_ALL"))
{
continue;
}