mirror of
https://github.com/RPCS3/rpcs3.git
synced 2025-07-04 05:51:27 +12:00
curl: fix cmake
This commit is contained in:
parent
f21b298e5e
commit
572a335c38
1 changed files with 1 additions and 1 deletions
2
3rdparty/curl/CMakeLists.txt
vendored
2
3rdparty/curl/CMakeLists.txt
vendored
|
@ -9,7 +9,7 @@ else()
|
||||||
message("-- RPCS3: building libcurl + wolfssl submodules")
|
message("-- RPCS3: building libcurl + wolfssl submodules")
|
||||||
add_compile_definitions(HAVE_SNI OPENSSL_EXTRA)
|
add_compile_definitions(HAVE_SNI OPENSSL_EXTRA)
|
||||||
option(BUILD_CURL_EXE "Set to ON to build curl executable." OFF)
|
option(BUILD_CURL_EXE "Set to ON to build curl executable." OFF)
|
||||||
option(CMAKE_USE_WOLFSSL "enable wolfSSL for SSL/TLS" ON)
|
option(CURL_USE_WOLFSSL "enable wolfSSL for SSL/TLS" ON)
|
||||||
option(HTTP_ONLY "disables all protocols except HTTP (This overrides all CURL_DISABLE_* options)" ON)
|
option(HTTP_ONLY "disables all protocols except HTTP (This overrides all CURL_DISABLE_* options)" ON)
|
||||||
option(CURL_ZLIB "Set to ON to enable building curl with zlib support." OFF)
|
option(CURL_ZLIB "Set to ON to enable building curl with zlib support." OFF)
|
||||||
set(CURL_CA_PATH "none" CACHE STRING "Location of default CA path. Set 'none' to disable or 'auto' for auto-detection. Defaults to 'auto'.")
|
set(CURL_CA_PATH "none" CACHE STRING "Location of default CA path. Set 'none' to disable or 'auto' for auto-detection. Defaults to 'auto'.")
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue