From 9fc2d7b8de03e649369d84e3c611c6a03f9e1bc7 Mon Sep 17 00:00:00 2001 From: Viktor Szakats Date: Mon, 19 Aug 2024 11:12:15 +0200 Subject: [PATCH] cmake: adjust GSSAPI option description krb5 also builds with CMake, not only Heimdal. Ref: 558814e16d84aa202c5ccc0c8108a9d728e77a58 Closes #14595 --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 60312a0811..67c1e24b3d 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -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)