Skip to content
Snippets Groups Projects
Commit d860870b authored by Owen Arnold's avatar Owen Arnold
Browse files

re #3070 Still need MAKE_VATES for now. We should remove this soon and rely on finding Paraview.

parent bea0a54a
No related merge requests found
...@@ -70,7 +70,9 @@ set ( REDUCER_TEST OFF CACHE BOOL "Switch for running flaky Reducer test") ...@@ -70,7 +70,9 @@ set ( REDUCER_TEST OFF CACHE BOOL "Switch for running flaky Reducer test")
set ( CXXTEST_SINGLE_LOGFILE CACHE BOOL "Switch to have the tests for each package run together") set ( CXXTEST_SINGLE_LOGFILE CACHE BOOL "Switch to have the tests for each package run together")
set ( CXXTEST_ADD_PERFORMANCE OFF CACHE BOOL "Switch to add Performance tests to the list of tests run by ctest?") set ( CXXTEST_ADD_PERFORMANCE OFF CACHE BOOL "Switch to add Performance tests to the list of tests run by ctest?")
add_subdirectory ( Vates ) if ( MAKE_VATES )
add_subdirectory ( Vates )
endif ( MAKE_VATES )
# python unit tests # python unit tests
if (PYUNITTEST_FOUND) if (PYUNITTEST_FOUND)
......
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