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

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