Skip to content
Snippets Groups Projects
Commit 646af80f authored by Brad King's avatar Brad King
Browse files

vtk_common: Default VTK_USE_LARGE_DATA to ON

Previously we used VTKLargeData with VTK_LARGE_DATA_ROOT
by default, so enable the new VTK_USE_LARGE_DATA option
by default too.
parent fad8d418
No related branches found
No related tags found
No related merge requests found
......@@ -194,7 +194,7 @@ if(NOT DEFINED ExternalData_OBJECT_STORES)
endif()
if(NOT DEFINED VTK_USE_LARGE_DATA)
set(VTK_USE_LARGE_DATA OFF)
set(VTK_USE_LARGE_DATA ON)
endif()
# Delete source tree if it is incompatible with current VCS.
......
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