From c6a428e4d17b408c2701def5daa46ca950948980 Mon Sep 17 00:00:00 2001 From: Julian Andres Klode Date: Fri, 30 Jun 2017 16:33:09 +0200 Subject: Switch to 'http' as the default https method The old curl based method is still available as 'curl', 'curl+http', and 'curl+https'. --- CMakeLists.txt | 1 + 1 file changed, 1 insertion(+) (limited to 'CMakeLists.txt') diff --git a/CMakeLists.txt b/CMakeLists.txt index bc15851ce..8bc52036b 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -79,6 +79,7 @@ endif() # apt-transport-https dependencies option(WITH_CURL "Build curl-based methods" ON) if (WITH_CURL) + option(FORCE_CURL "Use curl-based methods" OFF) find_package(CURL REQUIRED) if (CURL_FOUND) set(HAVE_CURL 1) -- cgit v1.2.3