Enable FiltersPython

Hi all,
I just build ParaView from master and
FiltersPython was not built even if

VTK_MODULE_ENABLE_VTK_FiltersPython:INTERNAL=DEFAULT

I did not see an option in ParaView to enable that.

I had to
cmake -DVTK_MODULE_ENABLE_VTK_FiltersPython:INTERNAL=YES .

to enable it.

Is this right? How do you know what DEFAULT means?

Thanks,
Dan

it’s been fixed here: https://gitlab.kitware.com/paraview/paraview/merge_requests/3049

Great. Thanks Utkarsh!