summarylogtreecommitdiffstats
path: root/0003-swift-python2-as-fallback-only.patch
diff options
context:
space:
mode:
authorsoloturn2020-08-30 15:37:41 +0200
committersoloturn2020-08-30 16:07:05 +0200
commit098e3e49a8252d2a4115be41a11c2ee43db68cd0 (patch)
treef80abce727ddd0fb3f78aafee839ed0494b6a403 /0003-swift-python2-as-fallback-only.patch
parent22edc904d7fa92d4e0226f57fd2365331a0fbb09 (diff)
downloadaur-098e3e49a8252d2a4115be41a11c2ee43db68cd0.tar.gz
all in one patch easier to maintain
Diffstat (limited to '0003-swift-python2-as-fallback-only.patch')
-rw-r--r--0003-swift-python2-as-fallback-only.patch25
1 files changed, 0 insertions, 25 deletions
diff --git a/0003-swift-python2-as-fallback-only.patch b/0003-swift-python2-as-fallback-only.patch
deleted file mode 100644
index 399a00757ec7..000000000000
--- a/0003-swift-python2-as-fallback-only.patch
+++ /dev/null
@@ -1,25 +0,0 @@
-From a20416f07c26b8dbb62b0b0b2b51d47f658cc1b2 Mon Sep 17 00:00:00 2001
-From: soloturn <soloturn@gmail.com>
-Date: Sat, 11 Jul 2020 04:26:10 +0200
-Subject: [PATCH] swift python2 as fallback only
-
----
- CMakeLists.txt | 2 +-
- 1 file changed, 1 insertion(+), 1 deletion(-)
-
-diff --git a/CMakeLists.txt b/CMakeLists.txt
-index c8f9999c2a..df2da5e731 100644
---- a/CMakeLists.txt
-+++ b/CMakeLists.txt
-@@ -898,7 +898,7 @@ if(NOT CMAKE_SYSTEM_NAME STREQUAL "Darwin")
- endif()
- endif()
-
--find_package(Python2 COMPONENTS Interpreter REQUIRED)
-+find_package(Python2 COMPONENTS Interpreter)
- find_package(Python3 COMPONENTS Interpreter REQUIRED)
- if(NOT Python3_Interpreter_FOUND)
- message(WARNING "Python3 not found, using python2 as a fallback")
---
-2.27.0
-