remove the deployment target specifier

This commit is contained in:
Stephen Birarda 2013-03-04 14:26:18 -08:00
parent 28832177ac
commit 127dbf8da3
2 changed files with 0 additions and 2 deletions

View file

@ -3,7 +3,6 @@ cmake_minimum_required(VERSION 2.8)
project(hifi)
if(APPLE)
set(CMAKE_OSX_DEPLOYMENT_TARGET 10.7)
set(CMAKE_OSX_SYSROOT macosx10.7)
endif()

View file

@ -12,7 +12,6 @@ if (APPLE)
# link in required OS X frameworks and include the right GL headers
set(CMAKE_EXE_LINKER_FLAGS "-framework CoreAudio -framework AudioToolbox -framework AudioUnit -framework CoreServices -framework Carbon")
set(GL_HEADERS "#include <GLUT/glut.h>\n#include <OpenGL/glext.h>")
set(CMAKE_OSX_DEPLOYMENT_TARGET 10.7)
set(CMAKE_OSX_SYSROOT macosx10.7)
else (APPLE)
# include the right GL headers for UNIX