summaryrefslogtreecommitdiffstats
path: root/Source/cmGeneratorExpressionNode.cxx
diff options
context:
space:
mode:
authorStephen Kelly <steveire@gmail.com>2015-10-09 21:45:55 (GMT)
committerStephen Kelly <steveire@gmail.com>2015-10-12 16:39:59 (GMT)
commit526cc7dc52673f1eeb1055ce381e0551f763daea (patch)
treedb90d5ce3d8b6cbef17be99d5773208d90d5c95a /Source/cmGeneratorExpressionNode.cxx
parent8d2e3e53b903b1ee38292b6bcdf3e4eeb5399a05 (diff)
downloadCMake-526cc7dc52673f1eeb1055ce381e0551f763daea.zip
CMake-526cc7dc52673f1eeb1055ce381e0551f763daea.tar.gz
CMake-526cc7dc52673f1eeb1055ce381e0551f763daea.tar.bz2
cmGeneratorTarget: Move HasImportLibrary from cmTarget.
Diffstat (limited to 'Source/cmGeneratorExpressionNode.cxx')
-rw-r--r--Source/cmGeneratorExpressionNode.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/Source/cmGeneratorExpressionNode.cxx b/Source/cmGeneratorExpressionNode.cxx
index 7e47261..2d9025e 100644
--- a/Source/cmGeneratorExpressionNode.cxx
+++ b/Source/cmGeneratorExpressionNode.cxx
@@ -1658,7 +1658,7 @@ struct TargetFilesystemArtifactResultCreator<ArtifactLinkerTag>
return std::string();
}
return target->GetFullPath(context->Config,
- target->Target->HasImportLibrary());
+ target->HasImportLibrary());
}
};