mirror of
https://git.mirrors.martin98.com/https://github.com/prusa3d/PrusaSlicer.git
synced 2025-08-14 19:55:58 +08:00
Try to link curl to system openssl on mac
This commit is contained in:
parent
28e2315e72
commit
d97e83dd61
4
deps/CURL/CURL.cmake
vendored
4
deps/CURL/CURL.cmake
vendored
@ -30,8 +30,8 @@ elseif (APPLE)
|
||||
|
||||
${_curl_platform_flags}
|
||||
|
||||
-DCMAKE_USE_SECTRANSP:BOOL=ON
|
||||
-DCMAKE_USE_OPENSSL:BOOL=OFF
|
||||
-DCMAKE_USE_SECTRANSP:BOOL=OFF
|
||||
-DCMAKE_USE_OPENSSL:BOOL=ON
|
||||
|
||||
-DCURL_CA_PATH:STRING=none
|
||||
)
|
||||
|
Loading…
x
Reference in New Issue
Block a user