Revert "Bump CMake MacOS compilation target to MacOS 13"

This reverts commit 0485a16fbb49e33589d807fdcb465fc9225d61fe.
This commit is contained in:
OpenSauce04 2025-03-15 18:55:04 +00:00
parent 0485a16fbb
commit b1c693eafe

View File

@ -41,8 +41,8 @@ if (APPLE)
set(CMAKE_FIND_ROOT_PATH_MODE_INCLUDE BOTH) set(CMAKE_FIND_ROOT_PATH_MODE_INCLUDE BOTH)
set(CMAKE_FIND_ROOT_PATH_MODE_PACKAGE BOTH) set(CMAKE_FIND_ROOT_PATH_MODE_PACKAGE BOTH)
else() else()
# Minimum macOS 13 # Minimum macOS 11
set(CMAKE_OSX_DEPLOYMENT_TARGET "13.0") set(CMAKE_OSX_DEPLOYMENT_TARGET "11.0")
endif() endif()
endif() endif()