We're still using FindPythonInterp but it's deprecated since CMake 3.12. FindPython will first find Python 3 apparently, which is sorely needed. Maybe it'll also reduce problems on OSX (but that's surely too optimistic).
We should check CMake version, and fall back to old code if it's too old.
We're still using
FindPythonInterpbut it's deprecated since CMake 3.12.FindPythonwill first find Python 3 apparently, which is sorely needed. Maybe it'll also reduce problems on OSX (but that's surely too optimistic).We should check CMake version, and fall back to old code if it's too old.