Merge topic 'refactor-link-internals'

f45ede61 cmTarget: Fix CMP0022 OLD breakage from recent refactoring
This commit is contained in:
Brad King 2014-07-14 09:38:00 -04:00 committed by CMake Topic Stage
commit 5ba3cbbd24
1 changed files with 1 additions and 1 deletions

View File

@ -6435,7 +6435,7 @@ cmTarget::GetLinkImplementationLibrariesInternal(const std::string& config,
if(!impl.LibrariesDone) if(!impl.LibrariesDone)
{ {
impl.LibrariesDone = true; impl.LibrariesDone = true;
this->ComputeLinkImplementation(config, impl, this); this->ComputeLinkImplementation(config, impl, head);
} }
return &impl; return &impl;
} }