Skip to content

Commit

Permalink
Build - targe macOS 13 by default
Browse files Browse the repository at this point in the history
  • Loading branch information
samaaron committed Oct 9, 2023
1 parent f231193 commit f15fdfa
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion app/external/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ message(STATUS "CMAKE_BUILD_TYPE: ${CMAKE_BUILD_TYPE}")
include(GNUInstallDirs)
include(ExternalProject)

set(CMAKE_OSX_DEPLOYMENT_TARGET '10.15')
set(CMAKE_OSX_DEPLOYMENT_TARGET "13")

# sp_midi
ExternalProject_Add(sp_midi
Expand Down
2 changes: 1 addition & 1 deletion app/gui/qt/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ cmake_minimum_required(VERSION 3.2)
message(STATUS "CMakeLists: Sonic Pi Qt GUI")

if(APPLE)
set(CMAKE_OSX_DEPLOYMENT_TARGET "10.15")
set(CMAKE_OSX_DEPLOYMENT_TARGET "13")
endif()

project("Sonic Pi"
Expand Down

0 comments on commit f15fdfa

Please sign in to comment.