From: Christian Biesinger Date: Thu, 18 Jul 2019 19:52:36 +0000 (-0500) Subject: [PATCH] Remove explicit python version list X-Git-Tag: archive/raspbian/1%8.0.1-10+rpi1^2~7 X-Git-Url: https://dgit.raspbian.org/?a=commitdiff_plain;h=bf51fe62535b2de0ce9f656721913e82f8e2c4e3;p=llvm-toolchain-8.git [PATCH] 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