]> git.ipfire.org Git - thirdparty/curl.git/commitdiff
cmake/FindGSS: add backtick missing from comment
authorViktor Szakats <commit@vsz.me>
Tue, 27 Jan 2026 14:08:20 +0000 (15:08 +0100)
committerViktor Szakats <commit@vsz.me>
Tue, 27 Jan 2026 14:08:33 +0000 (15:08 +0100)
Follow-up to 16f073ef49f94412000218c9f6ad04e3fd7e4d01 #16973

CMake/FindGSS.cmake

index 106c4c4edd71a2ef810acbe83b3c073a3eac7ee7..e36f75bf9cb74c9a2d9bfeed6082790e3744d310 100644 (file)
 #
 # 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")