From f65a726745a90f7b78ce518b37582321db9952c0 Mon Sep 17 00:00:00 2001 From: Stephen Birarda Date: Wed, 23 Oct 2013 15:48:52 -0700 Subject: [PATCH] switch base SDK to 10.8 --- CMakeLists.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 7964413d2e..7f43bbc3af 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -4,8 +4,8 @@ project(hifi) set(CMAKE_PREFIX_PATH ${CMAKE_PREFIX_PATH} $ENV{QT_CMAKE_PREFIX_PATH}) -# set our Base SDK to 10.7 -set(CMAKE_OSX_SYSROOT /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.7.sdk) +# set our Base SDK to 10.8 +set(CMAKE_OSX_SYSROOT /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.8.sdk) # Find includes in corresponding build directories set(CMAKE_INCLUDE_CURRENT_DIR ON)