Skip to content

Commit 5290e2f

Browse files
tools: lzop: add patch bumping minimum CMake version to 3.5
Recent CMake releases require at least version 3.5. Link: openwrt#19813 Signed-off-by: Nick Hainke <vincent@systemli.org>
1 parent 4d3a35f commit 5290e2f

1 file changed

Lines changed: 11 additions & 0 deletions

File tree

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
--- a/CMakeLists.txt
2+
+++ b/CMakeLists.txt
3+
@@ -8,7 +8,7 @@
4+
# All Rights Reserved.
5+
#
6+
7+
-cmake_minimum_required(VERSION 3.0 FATAL_ERROR)
8+
+cmake_minimum_required(VERSION 3.5 FATAL_ERROR)
9+
10+
#
11+
# simple usage example (Unix):

0 commit comments

Comments
 (0)