summaryrefslogtreecommitdiffstats
path: root/Source/cmLocalGenerator.cxx
diff options
context:
space:
mode:
authorBrad King <brad.king@kitware.com>2012-11-27 18:34:36 (GMT)
committerCMake Topic Stage <kwrobot@kitware.com>2012-11-27 18:34:36 (GMT)
commit9f832033d587d4f98b6a1b70674778acd91b8146 (patch)
tree6d8fd2c68ec5f87d6a91a121f17fa4c6360286dd /Source/cmLocalGenerator.cxx
parent9c48fc7213c2a7426a2c1713653484aa58beebcb (diff)
parent0bbae6f95f55f23b758780f771bf4dd560ac2c07 (diff)
downloadCMake-9f832033d587d4f98b6a1b70674778acd91b8146.zip
CMake-9f832033d587d4f98b6a1b70674778acd91b8146.tar.gz
CMake-9f832033d587d4f98b6a1b70674778acd91b8146.tar.bz2
Merge topic 'revert-use-generator-target'
0bbae6f Revert "Move GetLinkInformation to cmGeneratorTarget" d5cf644 Split link information processing into two steps. d8a59ea Port cmGeneratorExpression to cmTarget from cmGeneratorTarget.
Diffstat (limited to 'Source/cmLocalGenerator.cxx')
-rw-r--r--Source/cmLocalGenerator.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/Source/cmLocalGenerator.cxx b/Source/cmLocalGenerator.cxx
index d48f43a..6d396b3 100644
--- a/Source/cmLocalGenerator.cxx
+++ b/Source/cmLocalGenerator.cxx
@@ -1671,7 +1671,7 @@ void cmLocalGenerator::OutputLinkLibraries(std::string& linkLibraries,
{
cmOStringStream fout;
const char* config = this->Makefile->GetDefinition("CMAKE_BUILD_TYPE");
- cmComputeLinkInformation* pcli = tgt.GetLinkInformation(config);
+ cmComputeLinkInformation* pcli = tgt.Target->GetLinkInformation(config);
if(!pcli)
{
return;