Skip to content

cmake/FindGSS: fix comment, adjust custom flavor property name#22013

Closed
vszakats wants to merge 2 commits into
curl:masterfrom
vszakats:cm-fix-comment
Closed

cmake/FindGSS: fix comment, adjust custom flavor property name#22013
vszakats wants to merge 2 commits into
curl:masterfrom
vszakats:cm-fix-comment

Conversation

@vszakats

@vszakats vszakats commented Jun 15, 2026

Copy link
Copy Markdown
Member
  • fix property name in comment.
  • rename INTERFACE_CURL_GSS_FLAVOUR ->
    INTERFACE_CURL_GSS_FLAVOR to match preferred usage.

Follow-up to 8aeefd0 (subcommit)
Follow-up to 16f073e #16973


https://github.com/curl/curl/pull/22013/files?w=1

@vszakats vszakats changed the title cmake/FindGSS: fix custom property name in comment cmake/FindGSS: fix in commnt, and rename custom flavor property Jun 15, 2026
@vszakats vszakats changed the title cmake/FindGSS: fix in commnt, and rename custom flavor property cmake/FindGSS: fix comment, adjust custom flavor property name Jun 15, 2026
@vszakats vszakats requested a review from Copilot June 15, 2026 00:30

Copilot AI left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

This PR updates curl’s CMake GSSAPI integration to use a consistently spelled custom target property name, and corrects the related documentation comment in FindGSS.cmake.

Changes:

  • Rename custom interface property from INTERFACE_CURL_GSS_FLAVOUR to INTERFACE_CURL_GSS_FLAVOR.
  • Update the CMakeLists.txt lookup to use the renamed property.
  • Fix/clarify the property name referenced in CMake/FindGSS.cmake’s header comment.

Reviewed changes

Copilot reviewed 2 out of 2 changed files in this pull request and generated no comments.

File Description
CMakeLists.txt Reads the updated CURL::gss interface property name to determine GNU vs MIT behavior.
CMake/FindGSS.cmake Sets and documents the corrected custom property name on the CURL::gss imported interface target.

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

@vszakats vszakats closed this in 43c685f Jun 15, 2026
@vszakats vszakats deleted the cm-fix-comment branch June 15, 2026 00:42
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Development

Successfully merging this pull request may close these issues.

2 participants