We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5f6bb26 commit 1780d08Copy full SHA for 1780d08
1 file changed
CMakeLists.txt
@@ -40,7 +40,7 @@ Platform logic is largely separated into the cmake/platform_*.cmake files. Plat
40
cmake_minimum_required (VERSION 3.21...4.0)
41
42
# Mac/apple setup -- must appear before the first "project()" line"
43
-set(CMAKE_OSX_DEPLOYMENT_TARGET "13.3")
+set(CMAKE_OSX_DEPLOYMENT_TARGET "13.4")
44
if(NOT DEFINED CMAKE_OSX_SYSROOT)
45
# Tells Mac builds to use the current SDK's headers & libs, not what's in the OS.
46
set(CMAKE_OSX_SYSROOT macosx)
0 commit comments