]> git.ipfire.org Git - thirdparty/curl.git/commitdiff
cmake: formatting [ci skip]
authorViktor Szakats <commit@vsz.me>
Sat, 11 Jan 2025 12:34:43 +0000 (13:34 +0100)
committerViktor Szakats <commit@vsz.me>
Sat, 11 Jan 2025 23:34:21 +0000 (00:34 +0100)
CMakeLists.txt

index 7e0b8d575a5e32c57bbbcedb3fbbe60ce9a6dc5d..4f1404ea60ac5c536fdd7c9deba939882d19b8ed 100644 (file)
@@ -1418,8 +1418,8 @@ endif()
 if(_curl_ca_bundle_supported)
   set(CURL_CA_BUNDLE "auto" CACHE
     STRING "Path to the CA bundle. Set 'none' to disable or 'auto' for auto-detection. Defaults to 'auto'.")
-  set(CURL_CA_FALLBACK OFF CACHE BOOL
-    "Use built-in CA store of TLS backend. Defaults to OFF")
+  set(CURL_CA_FALLBACK OFF CACHE
+    BOOL "Use built-in CA store of TLS backend. Defaults to OFF")
   set(CURL_CA_PATH "auto" CACHE
     STRING "Location of default CA path. Set 'none' to disable or 'auto' for auto-detection. Defaults to 'auto'.")
   set(CURL_CA_EMBED "" CACHE