File tree Expand file tree Collapse file tree 1 file changed +26
-0
lines changed
graalpython/lib-graalpython/patches/cmake/sdist Expand file tree Collapse file tree 1 file changed +26
-0
lines changed Original file line number Diff line number Diff line change
1
+ From 65894588b0355350f69774df8cd9873153c8bf27 Mon Sep 17 00:00:00 2001
2
+ From: Michael Simacek <
[email protected] >
3
+ Date: Thu, 9 Feb 2023 16:33:15 +0100
4
+ Subject: [PATCH] Use prebuilt cmake by default
5
+
6
+ ---
7
+ CMakeLists.txt | 3 ++-
8
+ 1 file changed, 2 insertions(+), 1 deletion(-)
9
+
10
+ diff --git a/CMakeLists.txt b/CMakeLists.txt
11
+ index 7a3a134..89bf75e 100644
12
+ --- a/CMakeLists.txt
13
+ +++ b/CMakeLists.txt
14
+ @@ -25,7 +25,8 @@ if(CMakePythonDistributions_SUPERBUILD)
15
+
16
+ #-----------------------------------------------------------------------------
17
+ # Options
18
+ - set(default ON)
19
+ + # GraalPy change
20
+ + set(default OFF)
21
+ if(WIN32 OR APPLE)
22
+ set(default OFF)
23
+ endif()
24
+ - -
25
+ 2.39.1
26
+
You can’t perform that action at this time.
0 commit comments