mirror of
https://github.com/curl/curl.git
synced 2026-05-30 04:27:30 +03:00
cmake: drop exclamation in comment looking like a name
Ref: https://github.com/curl/curl/pull/3316#issuecomment-442343555 Follow-up toea4ba6d9ef#18803 Follow-up to558814e16dCloses #18810
This commit is contained in:
parent
9ac3a9a670
commit
7682bd80e7
1 changed files with 1 additions and 1 deletions
|
|
@ -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)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue