mirror of
https://github.com/openwrt/packages.git
synced 2025-12-10 04:31:21 +00:00
Add a patch for cmake 4.x compatibility. Remove maintainer who has not been active for several years. Signed-off-by: Hannu Nyman <hannu.nyman@iki.fi>
10 lines
250 B
Diff
10 lines
250 B
Diff
--- a/cmake/CMakeLists.txt
|
|
+++ b/cmake/CMakeLists.txt
|
|
@@ -1,5 +1,5 @@
|
|
# Minimum CMake required
|
|
-cmake_minimum_required(VERSION 3.1.3)
|
|
+cmake_minimum_required(VERSION 3.10)
|
|
|
|
if(protobuf_VERBOSE)
|
|
message(STATUS "Protocol Buffers Configuring...")
|