Skip to content
Snippets Groups Projects
Commit e80136ac authored by Dave Demarle's avatar Dave Demarle
Browse files

BUG: Fix a test's dependency on VTK_DATA_ROOT

parent d9116f45
No related branches found
No related tags found
No related merge requests found
......@@ -26,13 +26,13 @@ IF (VTK_USE_RENDERING AND VTK_USE_DISPLAY)
TestQtTreeRingLabeler.cxx
)
ENDIF(VTK_USE_QT)
# Add these classes only if vtkTypeUInt64Array exists
IF(VTK_HAS_UINT64_ARRAY)
SET(MyTests ${MyTests}
TestNetworkViews.cxx
)
ENDIF(VTK_HAS_UINT64_ARRAY)
ENDIF (VTK_DATA_ROOT)
# Add these classes only if vtkTypeUInt64Array exists
IF(VTK_HAS_UINT64_ARRAY)
SET(MyTests ${MyTests}
TestNetworkViews.cxx
)
ENDIF(VTK_HAS_UINT64_ARRAY)
CREATE_TEST_SOURCELIST(Tests ${KIT}CxxTests.cxx ${MyTests}
EXTRA_INCLUDE vtkTestDriver.h)
ADD_EXECUTABLE(${KIT}CxxTests ${Tests})
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment