From: Anthony Geay Date: Mon, 3 Feb 2020 07:33:00 +0000 (+0100) Subject: VTK modules names have changed for PV58 X-Git-Url: http://git.salome-platform.org/gitweb/?a=commitdiff_plain;h=refs%2Fheads%2Fagy%2Fpv58;p=tools%2Fconfiguration.git VTK modules names have changed for PV58 --- diff --git a/cmake/FindSalomeVTK.cmake b/cmake/FindSalomeVTK.cmake index 4c58cd5..8b31a44 100644 --- a/cmake/FindSalomeVTK.cmake +++ b/cmake/FindSalomeVTK.cmake @@ -26,18 +26,17 @@ # List the required components: SET(SalomeVTK_COMPONENTS - vtkRenderingLOD - vtkRenderingAnnotation - vtkFiltersParallel - vtkIOExport - vtkWrappingPythonCore ## ParaView 4.0.1 - #vtkWrappingPython - vtkIOXML - vtkFiltersVerdict - vtkRenderingLabel - vtkInteractionWidgets - vtkInfovisCore - vtkInteractionStyle + RenderingLOD + RenderingAnnotation + FiltersParallel + IOExport + WrappingPythonCore ## ParaView 4.0.1 + IOXML + FiltersVerdict + RenderingLabel + InteractionWidgets + InfovisCore + InteractionStyle ) # Seting the following variable is equivalent to having passed the components