summaryrefslogtreecommitdiff
path: root/Source/cmTarget.cxx
diff options
context:
space:
mode:
authorBrad King <brad.king@kitware.com>2014-07-14 09:38:00 -0400
committerCMake Topic Stage <kwrobot@kitware.com>2014-07-14 09:38:00 -0400
commit5ba3cbbd24b8ad80d63b829584666ee9a4c37f1a (patch)
treecbdd3c4b2d6eba6a7d5de8ea07c63d39837fe668 /Source/cmTarget.cxx
parentf1b33fccd166c1b9b2455ed19ecab7172a93db7e (diff)
parentf45ede61a1e5282f432b169217028c80c12c77a3 (diff)
downloadcmake-5ba3cbbd24b8ad80d63b829584666ee9a4c37f1a.tar.gz
Merge topic 'refactor-link-internals'
f45ede61 cmTarget: Fix CMP0022 OLD breakage from recent refactoring
Diffstat (limited to 'Source/cmTarget.cxx')
-rw-r--r--Source/cmTarget.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/Source/cmTarget.cxx b/Source/cmTarget.cxx
index 667c2a4d2e..a740bc35b6 100644
--- a/Source/cmTarget.cxx
+++ b/Source/cmTarget.cxx
@@ -6435,7 +6435,7 @@ cmTarget::GetLinkImplementationLibrariesInternal(const std::string& config,
if(!impl.LibrariesDone)
{
impl.LibrariesDone = true;
- this->ComputeLinkImplementation(config, impl, this);
+ this->ComputeLinkImplementation(config, impl, head);
}
return &impl;
}