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
Christian Butz
VTK
Commits
a178c1ce
Commit
a178c1ce
authored
Apr 04, 2004
by
Yves Starreveld
Browse files
ERR: OSX_Carbon needs the OPENGL_glu_LIBRARY also for AGL calls
parent
13026338
Changes
1
Hide whitespace changes
Inline
Side-by-side
Rendering/CMakeLists.txt
View file @
a178c1ce
...
@@ -241,7 +241,7 @@ ELSE (WIN32)
...
@@ -241,7 +241,7 @@ ELSE (WIN32)
SET
(
KitOpenGL_SRCS
${
KitOpenGL_SRCS
}
SET
(
KitOpenGL_SRCS
${
KitOpenGL_SRCS
}
vtkCarbonRenderWindowInteractor.cxx
vtkCarbonRenderWindowInteractor.cxx
vtkCarbonRenderWindow.cxx
)
vtkCarbonRenderWindow.cxx
)
SET
(
KIT_LIBS
${
KIT_LIBS
}
${
OPENGL_gl_LIBRARY
}
"-framework Carbon"
)
SET
(
KIT_LIBS
${
KIT_LIBS
}
${
OPENGL_gl_LIBRARY
}
${
OPENGL_glu_LIBRARY
}
"-framework Carbon"
)
ENDIF
(
VTK_USE_CARBON
)
ENDIF
(
VTK_USE_CARBON
)
IF
(
VTK_USE_X
)
IF
(
VTK_USE_X
)
IF
(
OPENGL_gl_LIBRARY
)
IF
(
OPENGL_gl_LIBRARY
)
...
...
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