From fae200a510e11288f4b9dd4277062ee75dc36a9e Mon Sep 17 00:00:00 2001 From: Nabil Ghodbane Date: Tue, 18 Apr 2023 13:53:00 +0200 Subject: [PATCH] add missing dependency otherwise compilation will fail on Windows: vtkMSParaViewPipelineControllerWithRendering symbol not resolved --- src/SPV3D/CMakeLists.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/src/SPV3D/CMakeLists.txt b/src/SPV3D/CMakeLists.txt index 423141e0e..75af809f9 100644 --- a/src/SPV3D/CMakeLists.txt +++ b/src/SPV3D/CMakeLists.txt @@ -49,6 +49,7 @@ SET(_link_LIBRARIES SalomeObject SalomePrs PV3DViewer PVViewer PVServerService ParaView::pqApplicationComponents ParaView::pqPython + ParaView::RemotingViews ) # --- headers --- -- 2.30.2