Skip to content

Commit 461c838

Browse files
committed
Updated the mininum version to 11.0 on MacOS when enabling the wizard
Qt doesn't compile anymore on my Sequoia system without it.
1 parent 35a1623 commit 461c838

File tree

1 file changed

+3
-5
lines changed

1 file changed

+3
-5
lines changed

CMakeLists.txt

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -76,11 +76,9 @@ if (use_sys_sqlite3)
7676
find_package(SQLite3 REQUIRED)
7777
endif()
7878
if (build_wizard)
79-
if (NOT force_qt STREQUAL "Qt5")
80-
if (CMAKE_SYSTEM MATCHES "Darwin")
81-
set(MACOS_VERSION_MIN 10.15)
82-
endif()
83-
endif()
79+
if (CMAKE_SYSTEM MATCHES "Darwin")
80+
set(MACOS_VERSION_MIN 11.0)
81+
endif()
8482
endif()
8583

8684
# use C++17 standard for compiling (unless very new Clang is present)

0 commit comments

Comments
 (0)