Skip to content
GitLab
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
bf6e39ee
Commit
bf6e39ee
authored
Feb 10, 2010
by
Zhanping Liu
Browse files
COMP: to temporarily disable the LIC test.
parent
f9a91888
Changes
1
Hide whitespace changes
Inline
Side-by-side
Rendering/Testing/Cxx/CMakeLists.txt
View file @
bf6e39ee
...
...
@@ -88,12 +88,14 @@ IF(VTK_USE_DISPLAY)
TestGenericVertexAttributesGLSLAlphaBlending.cxx
TestGenericVertexAttributesGLSLDepthPeelingPass.cxx
)
IF
(
VTK_DATA_ROOT
)
SET
(
RenderingTestsWithArguments
${
RenderingTestsWithArguments
}
TestSurfaceLIC.cxx
)
# Temporarily disable LIC tests on non-windows platforms
IF
(
WIN32
)
IF
(
VTK_DATA_ROOT
)
SET
(
RenderingTestsWithArguments
${
RenderingTestsWithArguments
}
TestSurfaceLIC.cxx
)
ENDIF
(
WIN32
)
ENDIF
(
VTK_DATA_ROOT
)
ENDIF
(
VTK_USE_GLSL_SHADERS
)
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new 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