mirror of
https://github.com/openwrt/packages.git
synced 2025-12-21 17:04:32 +04:00
New cmake versions require at least 3.5 as 'cmake_minimum_required' in CMakeLists.txt. In future 3.10 will be required. Signed-off-by: Hannu Nyman <hannu.nyman@iki.fi>
9 lines
185 B
Diff
9 lines
185 B
Diff
--- a/CMakeLists.txt
|
|
+++ b/CMakeLists.txt
|
|
@@ -1,4 +1,4 @@
|
|
-cmake_minimum_required(VERSION 3.0)
|
|
+cmake_minimum_required(VERSION 3.10)
|
|
include(CheckFunctionExists)
|
|
|
|
project(nlbwmon C)
|