mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2024-11-14 13:27:45 -07:00
CMakeLists: Uppercase "string" in deployment target setting for macOS
The documentation for setting cache entries dicates that the type must either be BOOL, FILEPATH, PATH, STRING, or INTERNAL (with those exact casings). Also, given we properly case it in other places, this is just consistent.
This commit is contained in:
parent
904057e611
commit
23bc463ec9
@ -7,7 +7,7 @@ set(CMAKE_OSX_ARCHITECTURES "x86_64")
|
||||
# This is inserted into the Info.plist as well.
|
||||
# Note that the SDK determines the maximum version of which optional
|
||||
# features can be used, not the minimum required version to run.
|
||||
set(CMAKE_OSX_DEPLOYMENT_TARGET "10.9" CACHE string "")
|
||||
set(CMAKE_OSX_DEPLOYMENT_TARGET "10.9" CACHE STRING "")
|
||||
|
||||
project(dolphin-emu)
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user