File: cmake4.patch

package info (click to toggle)
libahp-gt 1.7.3-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 444 kB
  • sloc: ansic: 2,459; sh: 15; makefile: 3
file content (11 lines) | stat: -rw-r--r-- 400 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
Description: make package compile with cmake 4
Index: libahp-gt/CMakeLists.txt
===================================================================
--- libahp-gt.orig/CMakeLists.txt	2025-09-27 00:41:14.596643355 +0200
+++ libahp-gt/CMakeLists.txt	2025-09-27 00:42:09.761146529 +0200
@@ -1,4 +1,4 @@
-cmake_minimum_required(VERSION 2.6)
+cmake_minimum_required(VERSION 3.12)
 
 project(ahp_gt C CXX)