File: 0001-Increase-cmake_minimum_required-2.8-3.10.patch

package info (click to toggle)
pamix 2.0-1.1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 188 kB
  • sloc: ansic: 1,629; makefile: 6
file content (22 lines) | stat: -rw-r--r-- 565 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
From 5338769dbba605e222fbc458932345f4ca400fc6 Mon Sep 17 00:00:00 2001
From: Skoh <101289702+SkohTV@users.noreply.github.com>
Date: Thu, 9 Oct 2025 16:54:07 -0400
Subject: Increase cmake_minimum_required: 2.8 -> 3.10

---
 CMakeLists.txt | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/CMakeLists.txt b/CMakeLists.txt
index ca6c3f8..edaf584 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -1,4 +1,4 @@
-cmake_minimum_required(VERSION 2.8)
+cmake_minimum_required(VERSION 2.8...3.10)
 project(pamix C)
 
 set(CMAKE_C_STANDARD 99)
-- 
2.30.2