mirror of
https://github.com/transmission/transmission
synced 2025-02-22 06:00:41 +00:00
build: cmake Xcode recommended build settings (#4931)
This commit is contained in:
parent
63421489fe
commit
97352a60ad
1 changed files with 3 additions and 0 deletions
|
@ -3,6 +3,9 @@ cmake_minimum_required(VERSION 3.12 FATAL_ERROR)
|
|||
if(POLICY CMP0092)
|
||||
cmake_policy(SET CMP0092 NEW)
|
||||
endif()
|
||||
if(POLICY CMP0114)
|
||||
cmake_policy(SET CMP0114 NEW)
|
||||
endif()
|
||||
|
||||
# Value should follow latest stable Xcode's RECOMMENDED_MACOSX_DEPLOYMENT_TARGET
|
||||
set(MACOS_SUPPORT_MINIMUM 10.13)
|
||||
|
|
Loading…
Reference in a new issue