Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
CMake
CMake
Commits
68bbbf95
Commit
68bbbf95
authored
Jul 15, 2005
by
Bill Hoffman
Browse files
BUG: fix for bug 852
parent
8d418fb8
Changes
1
Hide whitespace changes
Inline
Side-by-side
Modules/FindGLUT.cmake
View file @
68bbbf95
...
...
@@ -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"
)
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment