File: 20_fix_cmake-4.patch

package info (click to toggle)
httraqt 1.4.11-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 2,804 kB
  • sloc: cpp: 7,970; sh: 177; makefile: 13
file content (16 lines) | stat: -rw-r--r-- 442 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
Description: Fix FTBFS with cmake-4
Author: Anton Gladky <gladk@debian.org>
Bug-Debian: https://bugs.debian.org/1112996
Last-Update: 2025-10-09

--- httraqt-1.4.11.orig/CMakeLists.txt
+++ httraqt-1.4.11/CMakeLists.txt
@@ -1,7 +1,7 @@
 PROJECT(httraqt)
 
 # Configure CMake ...
-CMAKE_MINIMUM_REQUIRED(VERSION 2.8 FATAL_ERROR)
+CMAKE_MINIMUM_REQUIRED(VERSION 3.10 FATAL_ERROR)
 #CMAKE_POLICY(SET CMP0003 OLD)
 #CMAKE_POLICY(SET CMP0015 OLD)