File: 0001-Fix-FTBFS-with-CMake-4.patch

package info (click to toggle)
psimd 0.0~git20200517.072586a-3
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 132 kB
  • sloc: ansic: 1,094; python: 10; makefile: 2
file content (19 lines) | stat: -rw-r--r-- 506 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
From: =?utf-8?q?Timo_R=C3=B6hling?= <roehling@debian.org>
Date: Wed, 19 Nov 2025 17:10:25 +0100
Subject: Fix FTBFS with CMake 4

Bug-Debian: https://bugs.debian.org/1113427
---
 CMakeLists.txt | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/CMakeLists.txt b/CMakeLists.txt
index bd69c62..f25364d 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -1,4 +1,4 @@
-CMAKE_MINIMUM_REQUIRED(VERSION 2.8.12 FATAL_ERROR)
+CMAKE_MINIMUM_REQUIRED(VERSION 3.10...4.1)
 
 INCLUDE(GNUInstallDirs)