Skip to content
Snippets Groups Projects

CMake: fix Qt6 build on MacOS (partial fix)

Merged Martin Heistermann requested to merge fix-build-macos into master

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

Merge request reports

Loading
Loading

Activity

Filter activity
  • Approvals
  • Assignees & reviewers
  • Comments (from bots)
  • Comments (from users)
  • Commits & branches
  • Edits
  • Labels
  • Lock status
  • Mentions
  • Merge request status
  • Tracking
  • Loading
  • Loading
  • Loading
  • Loading
Please register or sign in to reply
Loading