File: cmake4.patch

package info (click to toggle)
libahp-xc 1.4.4-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 396 kB
  • sloc: ansic: 1,923; 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-xc/CMakeLists.txt
===================================================================
--- libahp-xc.orig/CMakeLists.txt	2025-09-27 00:42:35.829384309 +0200
+++ libahp-xc/CMakeLists.txt	2025-09-27 00:42:48.341498440 +0200
@@ -1,4 +1,4 @@
-cmake_minimum_required(VERSION 2.6)
+cmake_minimum_required(VERSION 3.12)
 
 project(ahp_xc C CXX)