From 5a0c51b9f1fa4576f3f8f7621ea72ac567839d17 Mon Sep 17 00:00:00 2001 From: Christian Biesinger Date: Thu, 18 Jul 2019 14:52:36 -0500 Subject: [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 --- CMakeLists.txt | 4 ---- 1 file changed, 4 deletions(-) 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 -- 2.30.2