cmake: fix quotes when appending multiple options (SecureTransport)
Copied from a vcpkg distro patch:02745e0f47/ports/curl/dependencies.patch (L43C38-L44)Ref: https://github.com/microsoft/vcpkg/pull/38847 Ref:795f2f137eRef:36f0c917de (diff-ab5c23e5dc5df412539cc93e24b37abbc588e1918236f8abc019d676b270c85fR39)(sub-commit) Authored-by: Kai Pastor Closes #13953
This commit is contained in:
parent
66c4a398d7
commit
b37040dd60
@ -465,7 +465,7 @@ if(use_core_foundation_and_core_services)
|
||||
message(FATAL_ERROR "CoreServices framework not found")
|
||||
endif()
|
||||
|
||||
list(APPEND CURL_LIBS "-framework CoreFoundation -framework CoreServices")
|
||||
list(APPEND CURL_LIBS "-framework CoreFoundation" "-framework CoreServices")
|
||||
endif()
|
||||
|
||||
if(CURL_USE_OPENSSL)
|
||||
|
||||
Loading…
Reference in New Issue
Block a user