Skip to content

Commit

Permalink
Merge remote-tracking branch 'nico/ucurl' into dlman-threading-and-up…
Browse files Browse the repository at this point in the history
…date
  • Loading branch information
nico-abram committed Sep 11, 2022
2 parents bb4066e + d92363d commit f47c91b
Show file tree
Hide file tree
Showing 3,427 changed files with 103,779 additions and 109,517 deletions.
The diff you're trying to view is too large. We only load the first 3000 changed files.
2 changes: 1 addition & 1 deletion extern/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ set(BUILD_SHARED_LIBS OFF) # Tell CMake to prefer static libs
set(CMAKE_USE_LIBSSH2 OFF CACHE BOOL "" FORCE) # Disable curl libssh2
set(BUILD_CURL_EXE OFF CACHE BOOL "" FORCE) # Tell curl not to build standalone binary
set(BUILD_TESTING OFF CACHE BOOL "" FORCE) # Disable curl testing
set(CMAKE_USE_OPENSSL ON CACHE BOOL "" FORCE) # Require OpenSSL
set(CURL_USE_OPENSSL ON CACHE BOOL "" FORCE) # Require OpenSSL
set(HTTP_ONLY ON CACHE BOOL "" FORCE) # Disable all protocols except HTTP/S
add_subdirectory(curl)

Expand Down
Loading

0 comments on commit f47c91b

Please sign in to comment.