mirror of
https://github.com/Kitware/CMake.git
synced 2026-04-26 16:18:43 -05:00
Merge topic 'swift-link-line-spaces' into release-3.17
af39d1b993 Swift: Fix quoting of library search paths with spaces
Acked-by: Kitware Robot <kwrobot@kitware.com>
Merge-request: !4469
This commit is contained in:
@@ -156,9 +156,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