FindPython support uses `cmake_path()` which it should not
The CMake support for finding python uses the cmake_path()
command. This command was introduced in cmake 3.20 which causes problems when build VTK with older versions of cmake. See here
for the 2 places it is used.