Skip to content

Commit

Permalink
Set OSX deployment target to 10.13
Browse files Browse the repository at this point in the history
  • Loading branch information
ellapollack committed Feb 2, 2022
1 parent bc5afde commit f6212f9
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@ cmake_minimum_required(VERSION 3.15)
project(Repitch VERSION 0.4.0)
add_subdirectory(JUCE)

set(CMAKE_OSX_DEPLOYMENT_TARGET "10.13" CACHE STRING "Minimum OS X deployment version" FORCE)

juce_add_plugin(Repitch
ICON_BIG "icon.png"
COMPANY_NAME "Max Pollack"
Expand Down

0 comments on commit f6212f9

Please sign in to comment.