mirror of
https://github.com/openwrt/openwrt.git
synced 2025-12-21 17:04:28 +04:00
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>
This commit is contained in:
11
tools/lzop/patches/002-bump-minimum-cmake-version.patch
Normal file
11
tools/lzop/patches/002-bump-minimum-cmake-version.patch
Normal file
@@ -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):
|
||||||
Reference in New Issue
Block a user