mirror of
https://github.com/Kitware/CMake.git
synced 2026-05-06 14:19:59 -05:00
BUG: fix for bug 852
This commit is contained in:
@@ -44,7 +44,8 @@ ELSE (WIN32)
|
||||
|
||||
IF (APPLE)
|
||||
# These values for Apple could probably do with improvement.
|
||||
FIND_PATH( GLUT_INCLUDE_DIR GL/glut.h
|
||||
FIND_PATH( GLUT_INCLUDE_DIR glut.h
|
||||
/System/Library/Frameworks/GLUT.framework/Versions/A/Headers
|
||||
${OPENGL_LIBRARY_DIR}
|
||||
)
|
||||
SET(GLUT_glut_LIBRARY "-framework Glut" CACHE STRING "GLUT library for OSX")
|
||||
|
||||
Reference in New Issue
Block a user