buildsystem refactoring cleanup

This commit is contained in:
p01arst0rm 2021-05-02 20:59:32 +01:00 committed by Megamouse
parent df39bac449
commit c6c5faa95c
12 changed files with 788 additions and 853 deletions

View file

@ -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()