File: 0001-cmake-update-min-version.patch

package info (click to toggle)
vdeplug-slirp 0.1.0-3.1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 116 kB
  • sloc: ansic: 333; makefile: 15
file content (33 lines) | stat: -rw-r--r-- 968 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
From 0de39cd8485653fbe71e3e69dff07c1ebf350fa1 Mon Sep 17 00:00:00 2001
From: Renzo Davoli <renzo@cs.unibo.it>
Date: Sat, 9 Aug 2025 10:06:10 +0200
Subject: cmake: update min version

---
 CMakeLists.txt     | 2 +-
 man/CMakeLists.txt | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/CMakeLists.txt b/CMakeLists.txt
index c2a3675..de2c4ac 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -1,4 +1,4 @@
-cmake_minimum_required(VERSION 3.1)
+cmake_minimum_required(VERSION 3.13)
 project("vdeplug_slirp"
     DESCRIPTION "libvdeplug plugin module for slirp"
     HOMEPAGE_URL "https://github.com/rd235/vdeplug_slirp"
diff --git a/man/CMakeLists.txt b/man/CMakeLists.txt
index ef7cdcc..ce5865b 100644
--- a/man/CMakeLists.txt
+++ b/man/CMakeLists.txt
@@ -1,4 +1,4 @@
-cmake_minimum_required(VERSION 3.7)
+cmake_minimum_required(VERSION 3.13)
 
 set(RONN_ORGANIZATION "VirtualSquare")
 set(RONN_ARGS --organization=${RONN_ORGANIZATION})
-- 
2.30.2