From: Nabil Ghodbane Date: Tue, 18 Apr 2023 11:53:00 +0000 (+0200) Subject: add missing dependency otherwise compilation will fail on Windows: vtkMSParaViewPipel... X-Git-Tag: V9_11_0a1~3 X-Git-Url: http://git.salome-platform.org/gitweb/?a=commitdiff_plain;h=refs%2Fheads%2Fngh%2Fspv3d%2Fw10;p=modules%2Fgui.git add missing dependency otherwise compilation will fail on Windows: vtkMSParaViewPipelineControllerWithRendering symbol not resolved --- 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 ---