File: cmake4.patch

package info (click to toggle)
libsbig 4.9.9-8
  • links: PTS, VCS
  • area: non-free
  • in suites: forky, sid
  • size: 3,024 kB
  • sloc: ansic: 1,402; makefile: 3
file content (11 lines) | stat: -rw-r--r-- 424 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
Description: increase minimal required cmake version
Index: libsbig/CMakeLists.txt
===================================================================
--- libsbig.orig/CMakeLists.txt	2026-03-01 18:32:44.049472026 +0100
+++ libsbig/CMakeLists.txt	2026-03-01 18:34:08.670239744 +0100
@@ -1,4 +1,4 @@
-cmake_minimum_required (VERSION 3.0)
+cmake_minimum_required (VERSION 3.12)
 project (libsbig)
 
 set (SBIG_VERSION "4.9.9")