macOS: bump minimum version (#1690)

This commit is contained in:
SamoZ256 2025-09-20 00:54:24 +02:00 committed by GitHub
parent 492116a6ba
commit 3c1f920d6c
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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)