Please help me to find my CoProcessor library

HI, I am new to Catalyst, I have installed the paraview from source code with

cmake -DBUILD_EXAMPLES:BOOL=ON -DPARAVIEW_ENABLE_PYTHON:BOOL=ON -DPARAVIEW_ENABLE_CATALYST:BOOL=ON -DPARAVIEW_BUILD_CATALYST_ADAPTORS:BOOL=ON -DPARAVIEW_USE_MPI:BOOL=ON -DPARAVIEW_INSTALL_DEVELOPMENT_FILE
S:BOOL=ON -DCMAKE_INSTALL_PREFIX=/home/dmu/Tools/Paraview-V5.6 …

After the installation, I can find the “vtkCPProcessor.h” in “/home/dmu/Tools/Paraview-V5.6/include/paraview-5.6”, However, I can not find the library file like “libvtkCPProcessor.so” in “/home/dmu/Tools/Paraview-V5.6/lib”.

Could someone guide me where to find this library or tell me what I did wrong, please?

Hi,

vtkCPProcessor.cxx is defined in libvtkPVCatalyst.so module.

Best,
Joachim

Thank you for your help!