Skip to content

Commit

Permalink
Update to minimum MacOS version 12 per SAM #1745
Browse files Browse the repository at this point in the history
  • Loading branch information
sjanzou committed Jul 21, 2024
1 parent c90fcad commit 92e3e5a
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 @@ -11,7 +11,7 @@ cmake_minimum_required(VERSION 3.24)
option(SAM_SKIP_TOOLS "Skips the lk sandbox" OFF)

if (APPLE)
set(CMAKE_OSX_DEPLOYMENT_TARGET "10.15" CACHE STRING "Minimum OS X deployment version")
set(CMAKE_OSX_DEPLOYMENT_TARGET "12" CACHE STRING "Minimum OS X deployment version")
endif ()

if (UNIX AND NOT CMAKE_C_COMPILER)
Expand Down

0 comments on commit 92e3e5a

Please sign in to comment.