[all-commits] [llvm/llvm-project] 3ddfb0: [lldb/CMake] Use PYTHON_LIBRARIES instead of PYTHO...

Jonas Devlieghere via All-commits all-commits at lists.llvm.org
Thu Jan 2 13:01:24 PST 2020


  Branch: refs/heads/master
  Home:   https://github.com/llvm/llvm-project
  Commit: 3ddfb04f41ac60529316f64ae5ab1a8ff1cce6e2
      https://github.com/llvm/llvm-project/commit/3ddfb04f41ac60529316f64ae5ab1a8ff1cce6e2
  Author: Jonas Devlieghere <jonas at devlieghere.com>
  Date:   2020-01-02 (Thu, 02 Jan 2020)

  Changed paths:
    M lldb/cmake/modules/LLDBConfig.cmake
    M lldb/source/API/CMakeLists.txt
    M lldb/source/Plugins/ScriptInterpreter/Python/CMakeLists.txt

  Log Message:
  -----------
  [lldb/CMake] Use PYTHON_LIBRARIES instead of PYTHON_LIBRARY

PYTHON_LIBRARIES is the canonical variable set by FindPythonLibs while
PYTHON_LIBRARY is an implementation detail. This replaces the uses of
the latter with the former.




More information about the All-commits mailing list