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

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