Skip to content

Commit

Permalink
port: osx: bump OS target to 10.7, as current SDL2 does not support a…
Browse files Browse the repository at this point in the history
…ny lower
  • Loading branch information
fgsfdsfgs committed Nov 23, 2024
1 parent 596dd7d commit 460cc25
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ cmake_minimum_required(VERSION 3.16)
list(APPEND CMAKE_MODULE_PATH ${CMAKE_SOURCE_DIR}/cmake)

if(APPLE)
set(CMAKE_OSX_DEPLOYMENT_TARGET "10.4" CACHE STRING "Minimum OS X deployment version")
set(CMAKE_OSX_DEPLOYMENT_TARGET "10.7" CACHE STRING "Minimum OS X deployment version")
endif()

project(pd C CXX)
Expand Down

0 comments on commit 460cc25

Please sign in to comment.