mirror of
https://github.com/transmission/transmission.git
synced 2025-12-24 04:18:39 +00:00
build: cmake Xcode recommended build settings (#4931)
This commit is contained in:
@@ -3,6 +3,9 @@ cmake_minimum_required(VERSION 3.12 FATAL_ERROR)
|
|||||||
if(POLICY CMP0092)
|
if(POLICY CMP0092)
|
||||||
cmake_policy(SET CMP0092 NEW)
|
cmake_policy(SET CMP0092 NEW)
|
||||||
endif()
|
endif()
|
||||||
|
if(POLICY CMP0114)
|
||||||
|
cmake_policy(SET CMP0114 NEW)
|
||||||
|
endif()
|
||||||
|
|
||||||
# Value should follow latest stable Xcode's RECOMMENDED_MACOSX_DEPLOYMENT_TARGET
|
# Value should follow latest stable Xcode's RECOMMENDED_MACOSX_DEPLOYMENT_TARGET
|
||||||
set(MACOS_SUPPORT_MINIMUM 10.13)
|
set(MACOS_SUPPORT_MINIMUM 10.13)
|
||||||
|
|||||||
Reference in New Issue
Block a user