mirror of
https://github.com/AleziaKurdis/overte.git
synced 2025-04-07 04:53:28 +02:00
remove SDK specifiers alltogether to confirm cause of hifi-mini error
This commit is contained in:
parent
127dbf8da3
commit
171c919946
2 changed files with 0 additions and 5 deletions
|
@ -2,10 +2,6 @@ cmake_minimum_required(VERSION 2.8)
|
|||
|
||||
project(hifi)
|
||||
|
||||
if(APPLE)
|
||||
set(CMAKE_OSX_SYSROOT macosx10.7)
|
||||
endif()
|
||||
|
||||
add_subdirectory(space)
|
||||
add_subdirectory(domain)
|
||||
add_subdirectory(mixer)
|
||||
|
|
|
@ -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_SYSROOT macosx10.7)
|
||||
else (APPLE)
|
||||
# include the right GL headers for UNIX
|
||||
set(GL_HEADERS "#include <GL/gl.h>\n#include <GL/glut.h>\n#include <GL/glext.h>")
|
||||
|
|
Loading…
Reference in a new issue