Oops, Xcode5 has no 10.7 target out of the box

Cinders 2013-10-12 11:56:07 -06:00
parent abd10acb82
commit 034e2c8ee0
1 changed files with 1 additions and 1 deletions

View File

@ -135,7 +135,7 @@ if (${CMAKE_SYSTEM_NAME} MATCHES "Darwin")
# To support a different SDK update these Xcode settings:
if (XCODE_VERSION GREATER 4.9) # (Which would be 5.0+)
set(CMAKE_OSX_DEPLOYMENT_TARGET 10.7)
set(CMAKE_OSX_DEPLOYMENT_TARGET 10.8)
set(CMAKE_OSX_SYSROOT macosx10.9)
else (XCODE_VERION GREATER 4.9)
if (XCODE_VERSION GREATER 4.5)