From 9d57c49f9648f53ff7cff9a150c59d63cc9a6b3f Mon Sep 17 00:00:00 2001
From: Dmitri Naumov <github@naumov.de>
Date: Fri, 26 Jun 2020 10:50:27 +0200
Subject: [PATCH] [App/DE] Remove vtkIOExportOpenGL2 dependency.

This seems not to be used and is not shipped with the
default compilation of VTK included in Paraview on ArchLinux
---
 scripts/cmake/Find.cmake | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/scripts/cmake/Find.cmake b/scripts/cmake/Find.cmake
index e893c4b17c6..1c59c5c213e 100644
--- a/scripts/cmake/Find.cmake
+++ b/scripts/cmake/Find.cmake
@@ -63,7 +63,7 @@ set(VTK_COMPONENTS vtkIOXML)
 if(OGS_BUILD_GUI)
     set(VTK_COMPONENTS ${VTK_COMPONENTS}
         vtkIOImage vtkIOLegacy vtkIOExport
-        vtkIOExportOpenGL2 vtkInteractionStyle vtkInteractionWidgets
+        vtkInteractionStyle vtkInteractionWidgets
         vtkGUISupportQt vtkRenderingOpenGL2 vtkRenderingContextOpenGL2
         vtkFiltersTexture vtkRenderingCore vtkFiltersParallel
     )
-- 
GitLab