mirror of
https://github.com/HifiExperiments/overte.git
synced 2025-08-09 15:58:35 +02:00
general SDK specification for root CMakeLists
This commit is contained in:
parent
fa53d2c399
commit
5bd0b49cec
1 changed files with 1 additions and 1 deletions
|
@ -4,7 +4,7 @@ project(hifi)
|
||||||
|
|
||||||
if(APPLE)
|
if(APPLE)
|
||||||
set(CMAKE_OSX_DEPLOYMENT_TARGET 10.7)
|
set(CMAKE_OSX_DEPLOYMENT_TARGET 10.7)
|
||||||
set(CMAKE_OSX_SYSROOT macosx10.8)
|
set(CMAKE_OSX_SYSROOT macosx)
|
||||||
endif()
|
endif()
|
||||||
|
|
||||||
add_subdirectory(space)
|
add_subdirectory(space)
|
||||||
|
|
Loading…
Reference in a new issue