cmake: drop exclamation in comment looking like a name

Ref: https://github.com/curl/curl/pull/3316#issuecomment-442343555
Follow-up to ea4ba6d9ef #18803
Follow-up to 558814e16d

Closes #18810
This commit is contained in:
Viktor Szakats 2025-10-02 14:37:14 +02:00
parent 9ac3a9a670
commit 7682bd80e7
No known key found for this signature in database
GPG key ID: B5ABD165E2AEF201

View file

@ -181,7 +181,7 @@ if(NOT _gss_FOUND) # Not found by pkg-config. Let us take more traditional appr
"inc"
)
if(_gss_INCLUDE_DIRS) # jay, we have found something
if(_gss_INCLUDE_DIRS) # We have found something
cmake_push_check_state()
list(APPEND CMAKE_REQUIRED_INCLUDES "${_gss_INCLUDE_DIRS}")
check_include_files("gssapi/gssapi_generic.h;gssapi/gssapi_krb5.h" _gss_have_mit_headers)