File: cmake-4.patch

package info (click to toggle)
ttylog 0.31-1.1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 164 kB
  • sloc: ansic: 191; makefile: 16
file content (14 lines) | stat: -rw-r--r-- 397 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
Description: Fix FTBFS with CMake 4
Author: Adrian Bunk <bunk@debian.org>
Bug-Debian: https://bugs.debian.org/1113588

--- ttylog-0.31.orig/CMakeLists.txt
+++ ttylog-0.31/CMakeLists.txt
@@ -1,6 +1,6 @@
 # ########## Project setup ##########
 PROJECT(ttylog)
-CMAKE_MINIMUM_REQUIRED(VERSION 2.8)
+CMAKE_MINIMUM_REQUIRED(VERSION 3.5)
 
 SET(TTYLOG_VERSION_MAJOR "0")
 SET(TTYLOG_VERSION_MINOR "31")