mirror of
https://github.com/curl/curl.git
synced 2026-04-15 00:01:41 +03:00
cmake/FindGSS: add backtick missing from comment
Follow-up to 16f073ef49 #16973
This commit is contained in:
parent
065b149df0
commit
a42fdc1f60
1 changed files with 6 additions and 6 deletions
|
|
@ -25,15 +25,15 @@
|
|||
#
|
||||
# Input variables:
|
||||
#
|
||||
# - `GSS_ROOT_DIR`: Absolute path to the root installation of GSS. (also supported as environment)
|
||||
# - `GSS_ROOT_DIR`: Absolute path to the root installation of GSS. (also supported as environment)
|
||||
#
|
||||
# Defines:
|
||||
#
|
||||
# - `GSS_FOUND`: System has a GSS library.
|
||||
# - `GSS_VERSION`: This is set to version advertised by pkg-config or read from manifest.
|
||||
# In case the library is found but no version info available it is set to "unknown"
|
||||
# - `CURL::gss`: GSS library target.
|
||||
# - CURL_GSS_FLAVOUR`: Custom property. "GNU" or "MIT" if detected.
|
||||
# - `GSS_FOUND`: System has a GSS library.
|
||||
# - `GSS_VERSION`: This is set to version advertised by pkg-config or read from manifest.
|
||||
# In case the library is found but no version info available it is set to "unknown"
|
||||
# - `CURL::gss`: GSS library target.
|
||||
# - `CURL_GSS_FLAVOUR`: Custom property. "GNU" or "MIT" if detected.
|
||||
|
||||
set(_gnu_modname "gss")
|
||||
set(_mit_modname "mit-krb5-gssapi")
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue