mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-01-24 15:01:16 +01:00
CMakeLists: Remove comment pertaining to macOS versions prior to 10.14
This commit is contained in:
parent
db8bd8a726
commit
77d0170285
@ -13,13 +13,6 @@ endif()
|
|||||||
|
|
||||||
# Minimum OS X version.
|
# Minimum OS X version.
|
||||||
# This is inserted into the Info.plist as well.
|
# This is inserted into the Info.plist as well.
|
||||||
|
|
||||||
# MacOS prior to 10.14 did not support aligned alloc which is used to implement
|
|
||||||
# std::unique_ptr in the arm64 C++ standard library. x86_64 builds can override
|
|
||||||
# this to 10.13.0 using -DCMAKE_OSX_DEPLOYMENT_TARGET="10.13.0" without issue.
|
|
||||||
# This is done in the universal binary building script to build a binary that
|
|
||||||
# runs on 10.13 on x86_64 computers, while still containing an arm64 slice.
|
|
||||||
|
|
||||||
set(CMAKE_OSX_DEPLOYMENT_TARGET "10.14.0" CACHE STRING "")
|
set(CMAKE_OSX_DEPLOYMENT_TARGET "10.14.0" CACHE STRING "")
|
||||||
|
|
||||||
set(CMAKE_USER_MAKE_RULES_OVERRIDE "CMake/FlagsOverride.cmake")
|
set(CMAKE_USER_MAKE_RULES_OVERRIDE "CMake/FlagsOverride.cmake")
|
||||||
|
Loading…
x
Reference in New Issue
Block a user