Files
bun.sh/patches/zlib/ucm.cmake.patch
Alexandre Lavoie 5a1023a49b Hotfix for CMake 4.0.0 (#18881)
Co-authored-by: Jarred Sumner <jarred@jarredsumner.com>
2025-04-10 20:31:03 -07:00

12 lines
258 B
Diff

--- 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)