cmake: adjust GSSAPI option description
krb5 also builds with CMake, not only Heimdal.
Ref: 558814e16d
Closes #14595
This commit is contained in:
parent
12399737c2
commit
9fc2d7b8de
@ -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)
|
||||
|
||||
Loading…
Reference in New Issue
Block a user