Skip to content
GitLab
Projects Groups Topics Snippets
  • /
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Sign in
  • O OpenFlipper
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributor statistics
    • Graph
    • Compare revisions
  • Merge requests 2
    • Merge requests 2
  • CI/CD
    • CI/CD
    • Pipelines
    • Jobs
    • Schedules
  • Deployments
    • Deployments
    • Environments
    • Releases
  • Packages and registries
    • Packages and registries
    • Container Registry
  • Analytics
    • Analytics
    • Value stream
    • CI/CD
    • Repository
  • Activity
  • Graph
  • Jobs
  • Commits
Collapse sidebar
  • OpenFlipper-FreeOpenFlipper-Free
  • OpenFlipper
  • Merge requests
  • !216

CMake: fix Qt6 build on MacOS (partial fix)

  • Review changes

  • Download
  • Email patches
  • Plain diff
Merged Martin Heistermann requested to merge fix-build-macos into master Nov 23, 2021
  • Overview 1
  • Commits 2
  • Pipelines 0
  • Changes 1

Before this fix, unset variables lead to the following cmake configuration failure:

-- Found QT6
-- Using QT6 (6.2.1)
CMake Error at CMakeLists.txt:150 (if):
  if given arguments:

    "STREQUAL" "5.8.0" "OR" "STREQUAL" "5.7.1"

  Unknown arguments specified

-- Configuring incomplete, errors occurred!

Note that even with this

Assignee
Assign to
Reviewers
Request review from
Time tracking
Source branch: fix-build-macos