From: Viktor Szakats Date: Thu, 9 Jan 2025 03:11:35 +0000 (+0100) Subject: cmake: update a comment [ci skip] X-Git-Tag: curl-8_12_0~173 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=703e053110f02993d285719c1488a67ce9fbbc2f;p=thirdparty%2Fcurl.git cmake: update a comment [ci skip] Follow-up to 421e592db25cbbe4baadfeef8e6ed75a57579d0a #15832 --- diff --git a/CMakeLists.txt b/CMakeLists.txt index 6de5cb7fe6..680b39ef89 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -887,7 +887,7 @@ if(ZSTD_FOUND) endif() endif() -# Check symbol in an OpenSSL-like TLS backend, or in _extra_libs depending on it. +# Check symbol in an OpenSSL-like TLS backend. macro(curl_openssl_check_symbol_exists _symbol _files _variable) cmake_push_check_state() if(USE_OPENSSL)