mirror of
https://github.com/cemu-project/Cemu.git
synced 2025-12-11 16:37:02 +00:00
macOS: bump minimum version (#1690)
This commit is contained in:
parent
492116a6ba
commit
3c1f920d6c
1 changed files with 2 additions and 2 deletions
|
|
@ -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…
Add table
Add a link
Reference in a new issue