mirror of
https://github.com/oven-sh/bun
synced 2026-02-02 15:08:46 +00:00
Hotfix for CMake 4.0.0 (#18881)
Co-authored-by: Jarred Sumner <jarred@jarredsumner.com>
This commit is contained in:
8
patches/zlib/CMakeLists.txt.patch
Normal file
8
patches/zlib/CMakeLists.txt.patch
Normal file
@@ -0,0 +1,8 @@
|
||||
--- CMakeLists.txt
|
||||
+++ CMakeLists.txt
|
||||
@@ -1,4 +1,4 @@
|
||||
-cmake_minimum_required(VERSION 2.8.12)
|
||||
+cmake_minimum_required(VERSION 2.8.12...3.5)
|
||||
|
||||
project(zlib C)
|
||||
|
||||
11
patches/zlib/ucm.cmake.patch
Normal file
11
patches/zlib/ucm.cmake.patch
Normal file
@@ -0,0 +1,11 @@
|
||||
--- ucm.cmake
|
||||
+++ ucm.cmake
|
||||
@@ -10,7 +10,7 @@
|
||||
# The documentation can be found at the library's page:
|
||||
# https://github.com/onqtam/ucm
|
||||
|
||||
-cmake_minimum_required(VERSION 2.8.12)
|
||||
+cmake_minimum_required(VERSION 2.8.12...3.5)
|
||||
|
||||
include(CMakeParseArguments)
|
||||
|
||||
Reference in New Issue
Block a user