mirror of
https://github.com/overte-org/overte.git
synced 2025-04-08 05:52:38 +02:00
switch OS X base SDK to 10.7
This commit is contained in:
parent
146e9176eb
commit
7e1b682663
1 changed files with 3 additions and 0 deletions
|
@ -4,6 +4,9 @@ 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)
|
||||
|
||||
# Find includes in corresponding build directories
|
||||
set(CMAKE_INCLUDE_CURRENT_DIR ON)
|
||||
# Instruct CMake to run moc automatically when needed.
|
||||
|
|
Loading…
Reference in a new issue