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
a49eaf8e
Commit
a49eaf8e
authored
Aug 21, 2010
by
David Doria
Browse files
ENH: removed VTK_USE_VERDICT conditional from MeshQuality test
parent
3c800286
Changes
1
Hide whitespace changes
Inline
Side-by-side
Graphics/Testing/Cxx/CMakeLists.txt
View file @
a49eaf8e
...
...
@@ -63,6 +63,7 @@ IF (VTK_USE_RENDERING AND VTK_USE_DISPLAY)
BoxClipPolyData.cxx
BoxClipTetrahedra.cxx
BoxClipTriangulateAndInterpolate.cxx
MeshQuality.cxx
TestActor2DTextures.cxx
TestArrayCalculator.cxx
TestGradientAndVorticity.cxx
...
...
@@ -76,11 +77,6 @@ IF (VTK_USE_RENDERING AND VTK_USE_DISPLAY)
UnstructuredGridCellGradients.cxx
UnstructuredGridFastGradients.cxx
)
IF
(
VTK_USE_VERDICT
)
SET
(
MyTests
${
MyTests
}
MeshQuality.cxx
)
ENDIF
(
VTK_USE_VERDICT
)
IF
(
VTK_USE_PARALLEL
)
SET
(
MyTests
${
MyTests
}
TemporalStatistics.cxx
...
...
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