mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-08-11 04:05:38 +08:00
build!: Upgrade macOS deployment target
This commit is contained in:
@@ -7,7 +7,7 @@ cmake_minimum_required(VERSION 3.26)
|
||||
|
||||
if(APPLE)
|
||||
set(CMAKE_OSX_ARCHITECTURES "x86_64")
|
||||
set(CMAKE_OSX_DEPLOYMENT_TARGET "10.13")
|
||||
set(CMAKE_OSX_DEPLOYMENT_TARGET "10.15")
|
||||
endif()
|
||||
|
||||
set(SWIFT_LANGUAGES C CXX)
|
||||
|
||||
Reference in New Issue
Block a user