mirror of
https://github.com/curl/curl.git
synced 2026-06-03 17:44:17 +03:00
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: https://github.com/microsoft/vcpkg/pull/38847/commits/36f0c917de5319e95361451fc0aef0698b264874#diff-ab5c23e5dc5df412539cc93e24b37abbc588e1918236f8abc019d676b270c85fR39 (sub-commit) Authored-by: Kai Pastor Closes #13953
This commit is contained in:
parent
66c4a398d7
commit
b37040dd60
1 changed files with 1 additions and 1 deletions
|
|
@ -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…
Add table
Add a link
Reference in a new issue