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

212512
From 1353b7e97319f82ceee621e2e321c3f932c391fa Mon Sep 17 00:00:00 2001
212512
From: Tom Stellard <tstellar@redhat.com>
212512
Date: Thu, 6 Sep 2018 17:32:09 -0700
212512
Subject: [PATCH] cmake: Don't prefer python2.7
212512
212512
---
212512
 CMakeLists.txt | 1 -
212512
 1 file changed, 1 deletion(-)
212512
212512
diff --git a/CMakeLists.txt b/CMakeLists.txt
212512
index 86ca2b3..ef8effa 100644
212512
--- a/CMakeLists.txt
212512
+++ b/CMakeLists.txt
212512
@@ -71,7 +71,6 @@ if (COMPILER_RT_STANDALONE_BUILD)
212512
   endif()
212512
 
212512
   # Find Python interpreter.
212512
-  set(Python_ADDITIONAL_VERSIONS 2.7 2.6 2.5)
212512
   include(FindPythonInterp)
212512
   if(NOT PYTHONINTERP_FOUND)
212512
     message(FATAL_ERROR "
212512
-- 
212512
1.8.3.1
212512