0
0
mirror of https://git.openwrt.org/openwrt/openwrt.git synced 2025-09-10 14:59:40 +00:00
Files
openwrt/tools/lzop/patches/002-bump-minimum-cmake-version.patch
Nick Hainke 5290e2f523 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@systemli.org>
2025-08-20 14:56:47 +02:00

12 lines
222 B
Diff

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