mirror of
https://github.com/JulianGro/overte.git
synced 2025-04-07 12:04:25 +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)
|
||||
set(CMAKE_OSX_DEPLOYMENT_TARGET 10.7)
|
||||
set(CMAKE_OSX_SYSROOT macosx10.8)
|
||||
set(CMAKE_OSX_SYSROOT macosx)
|
||||
endif()
|
||||
|
||||
add_subdirectory(space)
|
||||
|
|
Loading…
Reference in a new issue