tools/cmake: update to 3.28.0

Release Notes:
- https://www.kitware.com/cmake-3-28-0-available-for-download/

Refresh patches:
- 120-curl-fix-libressl-linking.patch
- 130-bootstrap_parallel_make_flag.patch

Signed-off-by: Nick Hainke <vincent@systemli.org>
This commit is contained in:
Nick Hainke
2023-12-11 16:18:58 +01:00
parent 957a0921e2
commit 0827fb8cc3
3 changed files with 4 additions and 4 deletions

View File

@@ -1,6 +1,6 @@
--- a/bootstrap
+++ b/bootstrap
@@ -1486,7 +1486,10 @@ int main(){ printf("1%c", (char)0x0a); r
@@ -1491,7 +1491,10 @@ int main(){ printf("1%c", (char)0x0a); r
' > "test.c"
cmake_original_make_flags="${cmake_make_flags}"
if test "x${cmake_parallel_make}" != "x"; then