[all-commits] [llvm/llvm-project] 664fda: Fix setting Python3_ROOT_DIR on Windows
Isuru Fernando via All-commits
all-commits at lists.llvm.org
Tue Apr 14 10:51:21 PDT 2020
Branch: refs/heads/master
Home: https://github.com/llvm/llvm-project
Commit: 664fda72eaa3d950ce28f893f5d3ded0c7e7b716
https://github.com/llvm/llvm-project/commit/664fda72eaa3d950ce28f893f5d3ded0c7e7b716
Author: Isuru Fernando <isuruf at gmail.com>
Date: 2020-04-14 (Tue, 14 Apr 2020)
Changed paths:
M lldb/cmake/modules/FindPythonInterpAndLibs.cmake
Log Message:
-----------
Fix setting Python3_ROOT_DIR on Windows
Summary:
Previously the value of Python3_ROOT_DIR was set to the string
"PYTHON_HOME" instead of the value of the variable named
PYTHON_HOME. This commit fixes that as CMake expects
a path as the value of Python3_ROOT_DIR
Reviewers: #lldb, JDevlieghere, teemperor
Reviewed By: #lldb, JDevlieghere, teemperor
Subscribers: teemperor, JDevlieghere, mgorny, lldb-commits
Tags: #lldb
Differential Revision: https://reviews.llvm.org/D77842
More information about the All-commits
mailing list