File: cmake-4.patch

package info (click to toggle)
libbpp-phyl 2.4.1-12
  • links: PTS, VCS
  • area: main
  • in suites: sid
  • size: 5,144 kB
  • sloc: cpp: 50,305; makefile: 13; perl: 6
file content (19 lines) | stat: -rw-r--r-- 586 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
Description: bump cmake compatibility version to 3.10.
 This fixes failure to build with cmake 4.
Author: Étienne Mollier <emollier@debian.org>
Bug-Debian: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1113116
Forwarded: no
Last-Update: 2025-09-26
---
This patch header follows DEP-3: http://dep.debian.net/deps/dep3/
--- libbpp-phyl.orig/CMakeLists.txt
+++ libbpp-phyl/CMakeLists.txt
@@ -5,7 +5,7 @@
 #   Francois Gindraud (2017)
 # Created: 20/08/2009
 
-cmake_minimum_required (VERSION 2.8.11)
+cmake_minimum_required (VERSION 3.10)
 project (bpp-phyl CXX)
 
 # Compile options