mirror of
https://github.com/RPCS3/rpcs3.git
synced 2025-07-14 10:48:36 +12:00
buildsystem refactoring cleanup
This commit is contained in:
parent
df39bac449
commit
c6c5faa95c
12 changed files with 788 additions and 853 deletions
2
3rdparty/curl/CMakeLists.txt
vendored
2
3rdparty/curl/CMakeLists.txt
vendored
|
@ -12,5 +12,5 @@ else()
|
|||
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)
|
||||
set(CURL_CA_PATH "none" CACHE STRING "Location of default CA path. Set 'none' to disable or 'auto' for auto-detection. Defaults to 'auto'.")
|
||||
add_subdirectory(src EXCLUDE_FROM_ALL)
|
||||
add_subdirectory(curl EXCLUDE_FROM_ALL)
|
||||
endif()
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue