Skip to content

Commit abe5d04

Browse files
committed
Add patch for cmake to use prebuilt cmake
1 parent 0b04266 commit abe5d04

File tree

1 file changed

+26
-0
lines changed
  • graalpython/lib-graalpython/patches/cmake/sdist

1 file changed

+26
-0
lines changed
Lines changed: 26 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,26 @@
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+

0 commit comments

Comments
 (0)