mirror of
https://github.com/openwrt/packages.git
synced 2025-12-10 12:41:22 +00:00
Patch CMakeLists.txt to fulfill cmake 4.0 requirements of cmake_minimum_required being at least 3.5 and in future 3.10. Signed-off-by: Hannu Nyman <hannu.nyman@iki.fi>
12 lines
211 B
Diff
12 lines
211 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.10)
|
|
|
|
#
|
|
# simple usage example (Unix):
|