File: cmake4.patch

package info (click to toggle)
pkcs11-proxy 0.4.1-4
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 596 kB
  • sloc: ansic: 7,171; python: 362; sh: 26; makefile: 3
file content (11 lines) | stat: -rw-r--r-- 467 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
Description: change to cmake version that is supported by cmake4
Index: pkcs11-proxy/CMakeLists.txt
===================================================================
--- pkcs11-proxy.orig/CMakeLists.txt	2025-09-05 16:25:01.163880652 +0200
+++ pkcs11-proxy/CMakeLists.txt	2025-09-05 16:39:10.896430540 +0200
@@ -1,4 +1,4 @@
-cmake_minimum_required (VERSION 2.4)
+cmake_minimum_required (VERSION 3.12)
 
 if(COMMAND cmake_policy)
       cmake_policy(SET CMP0003 NEW)