mirror of
https://github.com/openwrt/packages.git
synced 2025-12-10 12:41:22 +00:00
respondd: add pending patch for CMake >= 4.0 support
Add pending patch for respondd for CMake >= 4.0 support. Signed-off-by: Christian Marangi <ansuelsmth@gmail.com>
This commit is contained in:
@@ -0,0 +1,19 @@
|
|||||||
|
From ee9172d836091c3c94254bc500ec667f26900928 Mon Sep 17 00:00:00 2001
|
||||||
|
From: Jan-Niklas Burfeind <git@aiyionpri.me>
|
||||||
|
Date: Tue, 14 Oct 2025 02:17:22 +0200
|
||||||
|
Subject: [PATCH] respondd: increase minimal cmake version to 3.10
|
||||||
|
|
||||||
|
as cmake 4.x requires at least 3.5, which has recently been marked as deprecated;
|
||||||
|
therefore many OpenWrt packages have been bumped to 3.10 instead.
|
||||||
|
---
|
||||||
|
src/CMakeLists.txt | 2 +-
|
||||||
|
1 file changed, 1 insertion(+), 1 deletion(-)
|
||||||
|
|
||||||
|
--- a/src/CMakeLists.txt
|
||||||
|
+++ b/src/CMakeLists.txt
|
||||||
|
@@ -1,4 +1,4 @@
|
||||||
|
-cmake_minimum_required(VERSION 2.6)
|
||||||
|
+cmake_minimum_required(VERSION 3.10)
|
||||||
|
|
||||||
|
set(CMAKE_MODULE_PATH ${CMAKE_CURRENT_SOURCE_DIR})
|
||||||
|
|
||||||
Reference in New Issue
Block a user