build: improve python checks for Windows
authorSaleem Abdulrasool <compnerd@compnerd.org>
Sun, 22 Dec 2019 21:57:46 +0000 (13:57 -0800)
committerSaleem Abdulrasool <compnerd@compnerd.org>
Sun, 22 Dec 2019 21:57:46 +0000 (13:57 -0800)
commit2046d72e91670114625c87e122db6e013ba089d5
tree36230b18f453b6556800bd7b6c51402038acbe20
parent891e25b02d760d0de18c7d46947913b3166047e7
build: improve python checks for Windows

Require a newer CMake on Windows to use the Python3 support that is
packaged in CMake. This version is able to check both 32-bit and 64-bit
versions and will setup everything properly without the user needing to
specify PYTHON_HOME. This enables building lldb's python bindings on
Windows under Azure's CI again.
lldb/CMakeLists.txt
lldb/cmake/modules/LLDBConfig.cmake