From: Christian Biesinger Date: Thu, 18 Jul 2019 19:52:36 +0000 (-0500) Subject: Remove explicit python version list X-Git-Tag: archive/raspbian/1%8.0.1-3+rpi1~2^2~1 X-Git-Url: https://dgit.raspbian.org/?a=commitdiff_plain;h=5a0c51b9f1fa4576f3f8f7621ea72ac567839d17;p=llvm-toolchain-8.git Remove explicit python version list This is required to make -DPYTHON_EXECUTABLE work correctly Gbp-Pq: Name 0050-Remove-explicit-python-version-list.patch --- diff --git a/CMakeLists.txt b/CMakeLists.txt index e800a2994..2ca6c172b 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -603,10 +603,6 @@ message(STATUS "LLVM default target triple: ${LLVM_DEFAULT_TARGET_TRIPLE}") include(HandleLLVMOptions) -# Verify that we can find a Python 2 interpreter. Python 3 is unsupported. -# FIXME: We should support systems with only Python 3, but that requires work -# on LLDB. -set(Python_ADDITIONAL_VERSIONS 2.7) include(FindPythonInterp) if( NOT PYTHONINTERP_FOUND ) message(FATAL_ERROR