Building Python 3 support when building from source

Hi,
I am building VTK 9.0.0 stable release.
How do I direct CMake to build Python3 binding?
By default it is building python2.7 bindings.

Pass -DVTK_PYTHON_VERSION=3 when configuring VTK.

Thanks. Works