Skip to content

Commit

Permalink
Merge pull request #9 from ppy/retarget-osx
Browse files Browse the repository at this point in the history
  • Loading branch information
peppy authored Sep 7, 2024
2 parents 0c0fcee + 38c13e3 commit fbb03d2
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
@@ -1,6 +1,8 @@
cmake_minimum_required (VERSION 3.0)
cmake_policy(SET CMP0057 NEW)

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

if(IOS)
include(ios/ios.toolchain.cmake)
endif()
Expand Down

0 comments on commit fbb03d2

Please sign in to comment.