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
Michael Migliore
VTK
Commits
a361ba6e
Commit
a361ba6e
authored
Aug 14, 2010
by
Marcus D. Hanwell
Browse files
STYLE: Only compile GLSL test if GLSL is enabled.
parent
114c7cf3
Changes
1
Hide whitespace changes
Inline
Side-by-side
Charts/Testing/Cxx/CMakeLists.txt
View file @
a361ba6e
...
...
@@ -14,7 +14,6 @@ IF (VTK_USE_RENDERING AND VTK_USE_VIEWS)
TestBarGraph.cxx
TestContext.cxx
TestDiagram.cxx
TestGLSL.cxx
TestLinePlot.cxx
TestMarks.cxx
TestMarksCallback.cxx
...
...
@@ -31,6 +30,11 @@ IF (VTK_USE_RENDERING AND VTK_USE_VIEWS)
TestStackedBarGraph.cxx
TestStackedPlot.cxx
)
IF
(
VTK_USE_GLSL_SHADERS
)
SET
(
MyTests
${
MyTests
}
TestGLSL.cxx
)
ENDIF
(
VTK_USE_GLSL_SHADERS
)
ENDIF
(
VTK_DATA_ROOT
)
IF
(
VTK_USE_QT
)
...
...
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