mirror of
https://github.com/openwrt/packages.git
synced 2025-12-10 12:41:22 +00:00
* Add compatibility with cmake 4.x * Remove maintainer who has been absent since 2019 Signed-off-by: Hannu Nyman <hannu.nyman@iki.fi>
9 lines
237 B
Diff
9 lines
237 B
Diff
--- a/CMakeLists.txt
|
|
+++ b/CMakeLists.txt
|
|
@@ -1,4 +1,4 @@
|
|
-cmake_minimum_required(VERSION 3.3.0)
|
|
+cmake_minimum_required(VERSION 3.10.0)
|
|
cmake_policy(SET CMP0048 NEW)
|
|
|
|
# Specify search path for CMake modules to be loaded by include()
|