Skip to content

Commit

Permalink
Build for older OSX version
Browse files Browse the repository at this point in the history
  • Loading branch information
smoogipoo committed Sep 6, 2024
1 parent 0c0fcee commit 38c13e3
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 38c13e3

Please sign in to comment.