zturner added inline comments. ================ Comment at: scripts/CMakeLists.txt:12 @@ -11,1 +11,3 @@ +include(FindPythonInterp) + ---------------- Is the problem that `PYTHON_EXECUTABLE` is not set? I see a call to `include(FindPythonInterp)` in `llvm/CMakeLists.txt`. Is the value getting lost somewhere?
Repository: rL LLVM http://reviews.llvm.org/D19772 _______________________________________________ lldb-commits mailing list lldb-commits@lists.llvm.org http://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits