From: Viktor Szakats Date: Sat, 11 Jan 2025 12:34:43 +0000 (+0100) Subject: cmake: formatting [ci skip] X-Git-Tag: curl-8_12_0~151 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=c8d800a2f04bb3f71bb79e1f103415c50982b396;p=thirdparty%2Fcurl.git cmake: formatting [ci skip] --- diff --git a/CMakeLists.txt b/CMakeLists.txt index 7e0b8d575a..4f1404ea60 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -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