Skip to content
Snippets Groups Projects
Commit 23b3e5f4 authored by Tobias Meisel's avatar Tobias Meisel
Browse files

Add depended vtk library for VTK legacy support

Because vtkIOXdmf3 is include the symbols are found there.
This commit fixes problem when vtkIOXdmf3 will be removed (soon)
We will remove vtkIOXdmf3 soon
parent 5e5a9b1e
No related branches found
No related tags found
No related merge requests found
......@@ -61,10 +61,10 @@ find_program(PARSL parsl-visualize HINTS ${LOCAL_VIRTUALENV_BIN_DIRS})
######################
find_package(Boost ${ogs.minimum_version.boost} REQUIRED)
set(VTK_COMPONENTS vtkIOXML vtkIOXdmf3)
set(VTK_COMPONENTS vtkIOXML vtkIOXdmf3 vtkIOLegacy)
if(OGS_BUILD_GUI)
set(VTK_COMPONENTS ${VTK_COMPONENTS}
vtkIOLegacy vtkIOExport vtkImagingCore
vtkIOExport vtkImagingCore
vtkInteractionStyle vtkInteractionWidgets
vtkGUISupportQt vtkRenderingOpenGL2 vtkRenderingContextOpenGL2
vtkFiltersTexture vtkRenderingAnnotation vtkRenderingCore vtkFiltersParallel
......
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