Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
7
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
Maik Froechtenicht
glew
Commits
f8d24aec
Commit
f8d24aec
authored
Apr 26, 2019
by
Ben Boeckel
Browse files
Options
Browse Files
Download
Plain Diff
Merge branch 'for/vtk' into 'for/vtk'
Enable OSMESA on APPLE. See merge request
third-party/glew!5
parents
87a5df89
996b22a5
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
CMakeLists.txt
CMakeLists.txt
+2
-2
No files found.
CMakeLists.txt
View file @
f8d24aec
...
...
@@ -15,8 +15,8 @@ target_compile_definitions(glew
PRIVATE
GLEW_NO_GLU
)
# GLEW with OSMesa only works on Linux systems right now.
if
(
VTK_OPENGL_HAS_OSMESA AND UNIX
AND NOT APPLE
)
if
(
VTK_OPENGL_HAS_OSMESA AND UNIX
)
target_compile_definitions
(
glew
PRIVATE
GLEW_OSMESA
)
...
...
Write
Preview
Markdown
is supported
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