From 1f9825bda14ec689ac80a8d479c798064f8365d9 Mon Sep 17 00:00:00 2001 From: Anthony Geay Date: Mon, 3 Feb 2020 08:33:00 +0100 Subject: [PATCH] VTK modules names have changed for PV58 --- cmake/FindSalomeVTK.cmake | 23 +++++++++++------------ 1 file changed, 11 insertions(+), 12 deletions(-) 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 -- 2.39.2