cmake: adjust GSSAPI option description

krb5 also builds with CMake, not only Heimdal.

Ref: 558814e16d

Closes #14595
This commit is contained in:
Viktor Szakats 2024-08-19 11:12:15 +02:00
parent 12399737c2
commit 9fc2d7b8de
No known key found for this signature in database
GPG Key ID: B5ABD165E2AEF201

View 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)