File: 0006-update-cmake-version.patch

package info (click to toggle)
axe-demultiplexer 0.3.3%2Bdfsg-5
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 856 kB
  • sloc: ansic: 4,480; python: 352; makefile: 174; sh: 47
file content (15 lines) | stat: -rw-r--r-- 457 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
From de61528152105a045fdd12894e9a7996c64e879e Mon Sep 17 00:00:00 2001
From: "Dr. K.D. Murray" <foss@kdmurray.id.au>
Date: Tue, 20 May 2025 07:36:51 +1000
Subject: update cmake version
Bug-Debian: https://bugs.debian.org/1112715

--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -1,5 +1,5 @@
+CMAKE_MINIMUM_REQUIRED(VERSION 3.5...3.31)
 PROJECT(axe C)
-CMAKE_MINIMUM_REQUIRED(VERSION 3.0)
 
 LIST(APPEND CMAKE_MODULE_PATH "${CMAKE_SOURCE_DIR}/cmake-modules")