mirror of
https://github.com/openwrt/packages.git
synced 2025-12-10 12:41:22 +00:00
swanmon: adjust for cmake 4.x compatibility
Adjust for cmake 4.x compatibility Signed-off-by: Hannu Nyman <hannu.nyman@iki.fi>
This commit is contained in:
@@ -9,7 +9,7 @@ include $(TOPDIR)/rules.mk
|
|||||||
|
|
||||||
PKG_NAME:=swanmon
|
PKG_NAME:=swanmon
|
||||||
PKG_VERSION:=0.1
|
PKG_VERSION:=0.1
|
||||||
PKG_RELEASE:=1
|
PKG_RELEASE:=2
|
||||||
|
|
||||||
PKG_SOURCE_PROTO:=git
|
PKG_SOURCE_PROTO:=git
|
||||||
PKG_SOURCE_URL:=https://github.com/TDT-AG/swanmon
|
PKG_SOURCE_URL:=https://github.com/TDT-AG/swanmon
|
||||||
|
|||||||
8
utils/swanmon/patches/001-cmake4.patch
Normal file
8
utils/swanmon/patches/001-cmake4.patch
Normal file
@@ -0,0 +1,8 @@
|
|||||||
|
--- a/CMakeLists.txt
|
||||||
|
+++ b/CMakeLists.txt
|
||||||
|
@@ -1,4 +1,4 @@
|
||||||
|
-CMAKE_MINIMUM_REQUIRED(VERSION 2.6)
|
||||||
|
+CMAKE_MINIMUM_REQUIRED(VERSION 3.10)
|
||||||
|
|
||||||
|
PROJECT(swanmon C)
|
||||||
|
|
||||||
Reference in New Issue
Block a user