]> git.ipfire.org Git - thirdparty/curl.git/commitdiff
cmake: adjust GSSAPI option description
authorViktor Szakats <commit@vsz.me>
Mon, 19 Aug 2024 09:12:15 +0000 (11:12 +0200)
committerViktor Szakats <commit@vsz.me>
Mon, 19 Aug 2024 12:09:14 +0000 (14:09 +0200)
krb5 also builds with CMake, not only Heimdal.

Ref: 558814e16d84aa202c5ccc0c8108a9d728e77a58

Closes #14595

CMakeLists.txt

index 60312a0811273107f5e0e769f371d750067b84a6..67c1e24b3d7985edbed7f7ddd2255f930cd95982 100644 (file)
@@ -1131,7 +1131,7 @@ if(CURL_USE_GSASL)
   endif()
 endif()
 
-option(CURL_USE_GSSAPI "Use GSSAPI implementation (right now only Heimdal is supported with CMake build)" OFF)
+option(CURL_USE_GSSAPI "Use GSSAPI implementation" OFF)
 mark_as_advanced(CURL_USE_GSSAPI)
 
 if(CURL_USE_GSSAPI)