Skip to content
GitLab
Projects Groups Topics Snippets
  • /
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Register
  • Sign in
  • CMake CMake
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributor statistics
    • Graph
    • Compare revisions
  • Issues 4,167
    • Issues 4,167
    • List
    • Boards
    • Service Desk
    • Milestones
  • Merge requests 16
    • Merge requests 16
  • CI/CD
    • CI/CD
    • Pipelines
    • Jobs
    • Schedules
  • Deployments
    • Deployments
    • Releases
  • Packages and registries
    • Packages and registries
    • Container Registry
  • Analytics
    • Analytics
    • Value stream
    • CI/CD
    • Repository
  • External wiki
    • External wiki
  • Activity
  • Graph
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
Collapse sidebar
  • CMakeCMake
  • CMakeCMake
  • Merge requests
  • !7421

FindCURL: Set CURL_VERSION_STRING when curl is found as a package

  • Review changes

  • Download
  • Email patches
  • Plain diff
Merged Igor Molchanov requested to merge makise-homura/cmake:FindCURL-package-version into master Jun 28, 2022
  • Overview 2
  • Commits 1
  • Pipelines 4
  • Changes 1

FindCURL, when found as curl-config.cmake, will fill CURL_VERSION instead of CURL_VERSION_STRING variable. It may break some cases when user is relying on correct value of the latter variable, and as an example, already breaks CMakeOnly.AllFindModules test.

Assignee
Assign to
Reviewers
Request review from
Time tracking
Source branch: FindCURL-package-version