diff options
author | Yves Starreveld <ystarrev@uwo.ca> | 2002-07-18 18:43:22 -0400 |
---|---|---|
committer | Yves Starreveld <ystarrev@uwo.ca> | 2002-07-18 18:43:22 -0400 |
commit | c8ed9d7452a5990e8dcfe566c508bfb85b7baf2d (patch) | |
tree | fa023661c7257dafa12da9cc99a18e1f894c80f9 /Modules/FindGLU.cmake | |
parent | 22ae78d92fc515664f4feb8e5b99de7621a292a5 (diff) | |
download | cmake-c8ed9d7452a5990e8dcfe566c508bfb85b7baf2d.tar.gz |
ERR: remove automatic Carbon framework on osx
Diffstat (limited to 'Modules/FindGLU.cmake')
-rw-r--r-- | Modules/FindGLU.cmake | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Modules/FindGLU.cmake b/Modules/FindGLU.cmake index e349227743..e752e1a726 100644 --- a/Modules/FindGLU.cmake +++ b/Modules/FindGLU.cmake @@ -18,7 +18,7 @@ ELSE (WIN32) # this variable is used in a IF test. So let's set it to the OpenGL # framework. It does not harm to duplicate the OpenGL framework and it # might even help in case OPENGL_LIBRARY is not set. - SET(GLU_LIBRARY "-framework Carbon -framework AGL -framework OpenGL" CACHE STRING "GLU library for OSX") + SET(GLU_LIBRARY "-framework AGL -framework OpenGL" CACHE STRING "GLU library for OSX") ELSE (APPLE) FIND_PATH(GLU_INCLUDE_PATH GL/glu.h ${OPENGL_INCLUDE_PATH} |