Skip to content
GitLab
  • Menu
Projects Groups Snippets
  • /
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Sign in / Register
  • CMake CMake
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
  • Issues 3,924
    • Issues 3,924
    • List
    • Boards
    • Service Desk
    • Milestones
  • Merge requests 16
    • Merge requests 16
  • CI/CD
    • CI/CD
    • Pipelines
    • Jobs
    • Schedules
  • Deployments
    • Deployments
    • Releases
  • Packages & Registries
    • Packages & 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
  • CMake
  • CMakeCMake
  • Merge requests
  • !7445

cmFindPackageCommand: Replace run-time path generators with compile-time

  • Review changes

  • Download
  • Email patches
  • Plain diff
Merged Alex Turbov requested to merge zaufi/cmake:feature/find_package-one-more-try into master Jul 04, 2022
  • Overview 61
  • Commits 25
  • Pipelines 20
  • Changes 53

I found quite a lot of things to improve. The most important (and the biggest commit in the bunch) is to replace run-time-based path generators for the sake of compile-time.

Also, there is a set of tests added for the search paths.

Topic-rename: find_package-refactor-path-generation

Edited Jul 05, 2022 by Brad King
Assignee
Assign to
Reviewer
Request review from
Time tracking
Source branch: feature/find_package-one-more-try