Code in config-ix tries to call PYTHON_EXECUTABLE to search for some
python modules but that variable isn't set until the moved chunk of
code that finds Python is called.
Reorder it so CMake can use PYTHON_EXECUTABLE
Differential D52763
Reorder FindPythonInterp so that config-ix can use PYTHON_EXECUTABLE lanza on Oct 1 2018, 7:22 PM. Authored by
Details Code in config-ix tries to call PYTHON_EXECUTABLE to search for some Reorder it so CMake can use PYTHON_EXECUTABLE
Diff Detail
Event TimelineComment Actions I was going to consult @zturner about the state of Python 3 in LLDB, but that's not really related to your change. I think it's fine. lgtm Comment Actions Yea, unrelated to python3. Just a trivial fix to stop the cannot find pygments in the cmake invocation due to not having PYTHON_EXECUTABLE defined at that point. |