Skip to content

Commit

Permalink
Move standalone build to macOS 10.11 to allow juce 8
Browse files Browse the repository at this point in the history
  • Loading branch information
baconpaul committed Dec 19, 2024
1 parent 92b9c73 commit e32eb02
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,8 @@ cmake_minimum_required (VERSION 3.21 FATAL_ERROR)

get_directory_property(parent_dir PARENT_DIRECTORY)
if ("${parent_dir}" STREQUAL "")
# OSX deployment target needs to be set before the `project()` call
set(CMAKE_OSX_DEPLOYMENT_TARGET "10.9" CACHE STRING "Minimum OS X deployment target")
# OSX deployment target needs to be set before the `project()` call. Move to 10.11 to allow Juce8
set(CMAKE_OSX_DEPLOYMENT_TARGET "10.11" CACHE STRING "Minimum OS X deployment target")
set(is_toplevel 1)
else ()
set(is_toplevel 0)
Expand Down

0 comments on commit e32eb02

Please # to comment.