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

[CMake] Removed vtkIOExportPDF requirement.

parent a452136f
No related branches found
No related tags found
No related merge requests found
...@@ -58,7 +58,7 @@ find_package(Boost ${ogs.minimum_version.boost} REQUIRED) ...@@ -58,7 +58,7 @@ find_package(Boost ${ogs.minimum_version.boost} REQUIRED)
set(VTK_COMPONENTS vtkIOXML) set(VTK_COMPONENTS vtkIOXML)
if(OGS_BUILD_GUI) if(OGS_BUILD_GUI)
set(VTK_COMPONENTS ${VTK_COMPONENTS} set(VTK_COMPONENTS ${VTK_COMPONENTS}
vtkIOImage vtkIOLegacy vtkIOExport vtkIOExportPDF vtkIOImage vtkIOLegacy vtkIOExport
vtkIOExportOpenGL2 vtkInteractionStyle vtkInteractionWidgets vtkIOExportOpenGL2 vtkInteractionStyle vtkInteractionWidgets
vtkGUISupportQt vtkRenderingOpenGL2 vtkRenderingContextOpenGL2 vtkGUISupportQt vtkRenderingOpenGL2 vtkRenderingContextOpenGL2
vtkFiltersTexture vtkRenderingCore vtkFiltersParallel vtkFiltersTexture 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