We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c518ca3 commit d6fd0dbCopy full SHA for d6fd0db
CMakeLists.txt
@@ -92,7 +92,7 @@ if(NOT DEFINED MACOS_VERSION_MIN) # to allow overruling with -DMACOS_VERSION_MIN
92
set(MACOS_VERSION_MIN 10.15) # needs std::filesystem
93
endif()
94
if(build_wizard AND CMAKE_SYSTEM MATCHES "Darwin")
95
- set(MACOS_VERSION_MIN 11.0) # needs Qt
+ set(MACOS_VERSION_MIN 13.0) # needs Qt6
96
97
98
0 commit comments