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 e4a6f80 commit e31b1d1Copy full SHA for e31b1d1
src/CMakeLists.txt
@@ -93,7 +93,7 @@ function(configure_target target_name)
93
MACOSX_BUNDLE TRUE
94
MACOSX_BUNDLE_ICON_FILE "icon.icns"
95
)
96
-
+ set(CMAKE_OSX_DEPLOYMENT_TARGET "12.0" CACHE STRING "Minimum macOS deployment target")
97
set(app_icon_macos "${CMAKE_SOURCE_DIR}/src/assets/icon.icns")
98
set_source_files_properties(${app_icon_macos} PROPERTIES
99
MACOSX_PACKAGE_LOCATION "Resources"
0 commit comments