ITKVTK - ParaViewQt error

Hi,

I’m getting the same error : https://gitlab.kitware.com/paraview/paraview/issues/18454

When I try building ITK, which I will be then using in our custom ParaView, I will get the error: can’t find ParaViewQt.cmake

My objective is to link ITK to my paraview’s VTK, then create a ParaView remote module that will be linked to ITK.

Do I need to modify something in VTK? I am pointing ITK’s vtk_dir variable to paraview’s VTK folder ( build folder containing the VTKConfig.cmake )

thank you