]> git.ipfire.org Git - thirdparty/curl.git/commitdiff
cmake: drop exclamation in comment looking like a name
authorViktor Szakats <commit@vsz.me>
Thu, 2 Oct 2025 12:37:14 +0000 (14:37 +0200)
committerViktor Szakats <commit@vsz.me>
Thu, 2 Oct 2025 12:58:06 +0000 (14:58 +0200)
Ref: https://github.com/curl/curl/pull/3316#issuecomment-442343555
Follow-up to ea4ba6d9ef21a271bfbccedb0456d09a1ed57173 #18803
Follow-up to 558814e16d84aa202c5ccc0c8108a9d728e77a58

Closes #18810

CMake/FindGSS.cmake

index 172259e28253e2b9011bea56c2c56d36c16ef1e2..78a9194cd604f3600212f53948bb2c2d510536ba 100644 (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)