general SDK specification for root CMakeLists

This commit is contained in:
Stephen Birarda 2013-03-04 12:49:19 -08:00
parent fa53d2c399
commit 5bd0b49cec

View file

@ -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)