Merge topic 'refactor-link-internals'
f45ede61
cmTarget: Fix CMP0022 OLD breakage from recent refactoring
This commit is contained in:
commit
5ba3cbbd24
|
@ -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;
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue