From 034e2c8ee03b3231ec3b1bc98ebb47e2264ebec9 Mon Sep 17 00:00:00 2001 From: Cinders Date: Sat, 12 Oct 2013 11:56:07 -0600 Subject: [PATCH] Oops, Xcode5 has no 10.7 target out of the box --- indra/cmake/Variables.cmake | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/indra/cmake/Variables.cmake b/indra/cmake/Variables.cmake index a1dc8b9324..196a572675 100755 --- a/indra/cmake/Variables.cmake +++ b/indra/cmake/Variables.cmake @@ -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)