Skip to content

Commit 1780d08

Browse files
committed
Bump CMAKE_OSX_DEPLOYMENT_TARGET to 13.4 for Xcode 16.3
1 parent 5f6bb26 commit 1780d08

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ Platform logic is largely separated into the cmake/platform_*.cmake files. Plat
4040
cmake_minimum_required (VERSION 3.21...4.0)
4141

4242
# Mac/apple setup -- must appear before the first "project()" line"
43-
set(CMAKE_OSX_DEPLOYMENT_TARGET "13.3")
43+
set(CMAKE_OSX_DEPLOYMENT_TARGET "13.4")
4444
if(NOT DEFINED CMAKE_OSX_SYSROOT)
4545
# Tells Mac builds to use the current SDK's headers & libs, not what's in the OS.
4646
set(CMAKE_OSX_SYSROOT macosx)

0 commit comments

Comments
 (0)