mirror of
https://github.com/Kitware/CMake.git
synced 2026-05-02 12:19:54 -05:00
Merge branch 'swift-link-line-spaces' into release-3.16
Merge-request: !4469
This commit is contained in:
@@ -142,9 +142,11 @@ void cmLinkLineComputer::ComputeLinkPath(
|
||||
type = cmStateEnums::ImportLibraryArtifact;
|
||||
}
|
||||
|
||||
linkPathNoBT += cmStrCat(
|
||||
" ", libPathFlag, item.Target->GetDirectory(cli.GetConfig(), type),
|
||||
libPathTerminator, " ");
|
||||
linkPathNoBT +=
|
||||
cmStrCat(" ", libPathFlag,
|
||||
this->ConvertToOutputForExisting(
|
||||
item.Target->GetDirectory(cli.GetConfig(), type)),
|
||||
libPathTerminator, " ");
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user