Blame SOURCES/0001-CMake-Don-t-prefer-python2.7.patch

ef93f8
From 1e0f1c5481a96d760f7840d4dde103353a0131f8 Mon Sep 17 00:00:00 2001
ef93f8
From: Tom Stellard <tstellar@redhat.com>
ef93f8
Date: Thu, 30 Aug 2018 11:38:51 -0700
ef93f8
Subject: [PATCH] CMake: Don't prefer python2.7
ef93f8
ef93f8
---
ef93f8
 CMakeLists.txt | 4 ----
ef93f8
 1 file changed, 4 deletions(-)
ef93f8
ef93f8
diff --git a/CMakeLists.txt b/CMakeLists.txt
ef93f8
index 31df640..2603f1c 100644
ef93f8
--- a/CMakeLists.txt
ef93f8
+++ b/CMakeLists.txt
ef93f8
@@ -613,10 +613,6 @@ message(STATUS "LLVM default target triple: ${LLVM_DEFAULT_TARGET_TRIPLE}")
ef93f8
 
ef93f8
 include(HandleLLVMOptions)
ef93f8
 
ef93f8
-# Verify that we can find a Python 2 interpreter.  Python 3 is unsupported.
ef93f8
-# FIXME: We should support systems with only Python 3, but that requires work
ef93f8
-# on LLDB.
ef93f8
-set(Python_ADDITIONAL_VERSIONS 2.7)
ef93f8
 include(FindPythonInterp)
ef93f8
 if( NOT PYTHONINTERP_FOUND )
ef93f8
   message(FATAL_ERROR
ef93f8
-- 
ef93f8
1.8.3.1
ef93f8