[all-commits] [llvm/llvm-project] b449d1: build: use `find_package(Python3)` rather than `PY...
Saleem Abdulrasool via All-commits
all-commits at lists.llvm.org
Sun Dec 22 20:47:42 PST 2019
Branch: refs/heads/master
Home: https://github.com/llvm/llvm-project
Commit: b449d19e55888ab9554b04184c6d9716389820fd
https://github.com/llvm/llvm-project/commit/b449d19e55888ab9554b04184c6d9716389820fd
Author: Saleem Abdulrasool <compnerd at compnerd.org>
Date: 2019-12-22 (Sun, 22 Dec 2019)
Changed paths:
M lldb/cmake/modules/LLDBConfig.cmake
Log Message:
-----------
build: use `find_package(Python3)` rather than `PYTHON_HOME`
The behaviour of `PYTHON_HOME` can be emulated by setting
`Python3_EXECUTABLE` to the absolute path instead of the custom variable
now that we can find the python interpreter.
More information about the All-commits
mailing list