Details
-
Improvement
-
Status: Closed
-
Minor
-
Resolution: Won't Fix
-
proton-c-0.35.0
-
None
-
None
-
Linux dhws077 3.10.0-1127.19.1.el7.x86_64 #1 SMP Tue Aug 11 19:12:04 EDT 2020 x86_64 x86_64 x86_64 GNU/Linux
-
Patch
Description
We applied patch below to get the build working (removing reference to python version 3.6). It would be great if you could integrate it in your source.
— CMakeLists.txt.orig 2021-06-25 13:42:55.000000000 +0000
+++ CMakeLists.txt
@@ -44,4 +44,4 @@
endif ()
-find_package(Python 3.6
+find_package(Python
REQUIRED COMPONENTS Interpreter
OPTIONAL_COMPONENTS Development)