Skip to content

GitLab

  • Menu
Projects Groups Snippets
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Sign in
  • Kate Kate
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
  • Issues 20
    • Issues 20
    • List
    • Boards
    • Service Desk
    • Milestones
  • Bugzilla
    • Bugzilla
  • Merge requests 7
    • Merge requests 7
  • CI/CD
    • CI/CD
    • Pipelines
    • Jobs
    • Schedules
  • Deployments
    • Deployments
    • Releases
  • Analytics
    • Analytics
    • Value stream
    • CI/CD
    • Repository
  • Wiki
    • Wiki
  • Snippets
    • Snippets
  • Activity
  • Graph
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
Collapse sidebar
  • Utilities
  • KateKate
  • Merge requests
  • !4

The source project of this merge request has been removed.
Merged
Created Aug 16, 2019 by Daan De Meyer@daandemeyerContributor

Main CMake scripts cleanup

  • Overview 4
  • Changes 23

I've split the changes to files that are not the top level CMake script, kate's CMake script or kwrite's CMake script into separate commits.

These changes shouldn't change any functionality except the output produced by CMake's configure stage. I made every find_package call QUIET since we print a summary at the end of the configure stage anyway but there's still some find_package output appearing in the output which I suspect is produced because some dependencies use find_package instead of find_dependency in their CMake config files which causes QUIET to not get propagated.

The commit messages list all of the changes made. There are quite a few changes so it's probably a good idea to verify everything still works on a machine other than my own before merging.

Edited Aug 16, 2019 by Daan De Meyer
Assignee
Assign to
Reviewer
Request review from
Time tracking
Source branch: main-cmake-cleanup