Skip to content
Snippets Groups Projects
Commit 87d900dc authored by Lars Bilke's avatar Lars Bilke
Browse files

[CMake] Relax vtk version requirement a bit.

parent 8e4c7050
No related branches found
No related tags found
No related merge requests found
......@@ -63,7 +63,7 @@ endif()
if(OGS_USE_MPI)
set(VTK_COMPONENTS ${VTK_COMPONENTS} vtkIOParallelXML vtkParallelMPI)
endif()
find_package(VTK 8.2.0 REQUIRED COMPONENTS ${VTK_COMPONENTS})
find_package(VTK 8.1.2 REQUIRED COMPONENTS ${VTK_COMPONENTS})
include(${VTK_USE_FILE})
find_package(Eigen3 3.3.4 REQUIRED)
......
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