File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -18,7 +18,7 @@ option(WITH_QT_GUI_WEBENGINE "Include experimental webengine functionality" OFF)
18
18
set_property (DIRECTORY ${CMAKE_CURRENT_SOURCE_DIR} PROPERTY VS_STARTUP_PROJECT ${PROJECT_NAME} )
19
19
20
20
if (APPLE )
21
- set (CMAKE_OSX_DEPLOYMENT_TARGET "10.15 " )
21
+ set (CMAKE_OSX_DEPLOYMENT_TARGET "12 " )
22
22
endif ()
23
23
24
24
set (APP_ROOT ${CMAKE_CURRENT_LIST_DIR} )
Original file line number Diff line number Diff line change @@ -18,7 +18,7 @@ message(STATUS "CMAKE_BUILD_TYPE: ${CMAKE_BUILD_TYPE}")
18
18
include (GNUInstallDirs )
19
19
include (ExternalProject )
20
20
21
- set (CMAKE_OSX_DEPLOYMENT_TARGET "13 " )
21
+ set (CMAKE_OSX_DEPLOYMENT_TARGET "12 " )
22
22
23
23
# sp_midi
24
24
ExternalProject_Add (sp_midi
Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ cmake_minimum_required(VERSION 3.2)
3
3
message (STATUS "CMakeLists: Sonic Pi Qt GUI" )
4
4
5
5
if (APPLE )
6
- set (CMAKE_OSX_DEPLOYMENT_TARGET "13 " )
6
+ set (CMAKE_OSX_DEPLOYMENT_TARGET "12 " )
7
7
endif ()
8
8
9
9
project ("Sonic Pi"
You can’t perform that action at this time.
0 commit comments