mirror of
https://github.com/lubosz/overte.git
synced 2025-04-15 16:02:46 +02:00
switch base SDK to 10.8
This commit is contained in:
parent
a568e71e37
commit
f65a726745
1 changed files with 2 additions and 2 deletions
|
@ -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)
|
||||
|
|
Loading…
Reference in a new issue