[openwrt/openwrt] tools: lzop: add patch bumping minimum CMake version to 3.5

LEDE Commits lede-commits at lists.infradead.org
Wed Aug 20 05:57:19 PDT 2025


nick pushed a commit to openwrt/openwrt.git, branch main:
https://git.openwrt.org/5290e2f52356359bdc76ba7161b012412b0baeb6

commit 5290e2f52356359bdc76ba7161b012412b0baeb6
Author: Nick Hainke <vincent at systemli.org>
AuthorDate: Tue Aug 19 22:40:12 2025 +0200

    tools: lzop: add patch bumping minimum CMake version to 3.5
    
    Recent CMake releases require at least version 3.5.
    
    Link: https://github.com/openwrt/openwrt/pull/19813
    Signed-off-by: Nick Hainke <vincent at systemli.org>
---
 tools/lzop/patches/002-bump-minimum-cmake-version.patch | 11 +++++++++++
 1 file changed, 11 insertions(+)

diff --git a/tools/lzop/patches/002-bump-minimum-cmake-version.patch b/tools/lzop/patches/002-bump-minimum-cmake-version.patch
new file mode 100644
index 0000000000..62a389e9e0
--- /dev/null
+++ b/tools/lzop/patches/002-bump-minimum-cmake-version.patch
@@ -0,0 +1,11 @@
+--- a/CMakeLists.txt
++++ b/CMakeLists.txt
+@@ -8,7 +8,7 @@
+ # All Rights Reserved.
+ #
+ 
+-cmake_minimum_required(VERSION 3.0 FATAL_ERROR)
++cmake_minimum_required(VERSION 3.5 FATAL_ERROR)
+ 
+ #
+ # simple usage example (Unix):




More information about the lede-commits mailing list