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)
|
if(!impl.LibrariesDone)
|
||||||
{
|
{
|
||||||
impl.LibrariesDone = true;
|
impl.LibrariesDone = true;
|
||||||
this->ComputeLinkImplementation(config, impl, this);
|
this->ComputeLinkImplementation(config, impl, head);
|
||||||
}
|
}
|
||||||
return &impl;
|
return &impl;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue