mirror of
https://github.com/baldurk/renderdoc.git
synced 2026-05-06 10:00:40 +00:00
Set the minimum Mac SDK to 12.00
This commit is contained in:
committed by
Baldur Karlsson
parent
a49e875982
commit
779a8af657
+1
-1
@@ -4,7 +4,7 @@ if(APPLE)
|
||||
# Building for Apple requires at least CMake 3.20.0
|
||||
cmake_minimum_required(VERSION 3.20.0)
|
||||
|
||||
SET(CMAKE_OSX_DEPLOYMENT_TARGET "10.15" CACHE STRING "Minimum SDK for Mac OS X")
|
||||
SET(CMAKE_OSX_DEPLOYMENT_TARGET "12.00" CACHE STRING "Minimum SDK for Mac OS X")
|
||||
SET(CMAKE_XCODE_GENERATE_SCHEME ON)
|
||||
endif()
|
||||
|
||||
|
||||
Reference in New Issue
Block a user