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 ba7ae83 commit d6424ebCopy full SHA for d6424eb
CMakeLists.txt
@@ -87,10 +87,11 @@ endif()
87
if(use_sys_sqlite3)
88
find_package(SQLite3 REQUIRED)
89
endif()
90
-if(build_wizard)
91
- if(CMAKE_SYSTEM MATCHES "Darwin")
92
- set(MACOS_VERSION_MIN 11.0)
93
- endif()
+if(build_search AND CMAKE_SYSTEM MATCHES "Darwin")
+ set(MACOS_VERSION_MIN 10.15)
+endif()
+if(build_wizard AND CMAKE_SYSTEM MATCHES "Darwin")
94
+ set(MACOS_VERSION_MIN 11.0)
95
96
97
# use C++17 standard for compiling (unless very new Clang is present)
0 commit comments