mirror of
https://github.com/cemu-project/Cemu.git
synced 2025-12-16 03:58:44 +00:00
macOS: bump minimum version (#1690)
This commit is contained in:
parent
492116a6ba
commit
3c1f920d6c
@ -25,7 +25,7 @@ if (ENABLE_VCPKG)
|
|||||||
OUTPUT_VARIABLE is_vcpkg_shallow
|
OUTPUT_VARIABLE is_vcpkg_shallow
|
||||||
OUTPUT_STRIP_TRAILING_WHITESPACE
|
OUTPUT_STRIP_TRAILING_WHITESPACE
|
||||||
)
|
)
|
||||||
|
|
||||||
if(is_vcpkg_shallow STREQUAL "true")
|
if(is_vcpkg_shallow STREQUAL "true")
|
||||||
message(STATUS "vcpkg is shallow. Unshallowing it now...")
|
message(STATUS "vcpkg is shallow. Unshallowing it now...")
|
||||||
execute_process(
|
execute_process(
|
||||||
@ -93,7 +93,7 @@ endif()
|
|||||||
|
|
||||||
if (APPLE)
|
if (APPLE)
|
||||||
enable_language(OBJC OBJCXX)
|
enable_language(OBJC OBJCXX)
|
||||||
set(CMAKE_OSX_DEPLOYMENT_TARGET "12.0")
|
set(CMAKE_OSX_DEPLOYMENT_TARGET "13.4")
|
||||||
endif()
|
endif()
|
||||||
|
|
||||||
if (UNIX AND NOT APPLE)
|
if (UNIX AND NOT APPLE)
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user