File: cmake-4.patch

package info (click to toggle)
obexftp 0.24-11
  • links: PTS, VCS
  • area: main
  • in suites: sid
  • size: 728 kB
  • sloc: ansic: 7,132; ruby: 229; sh: 89; perl: 43; makefile: 39; python: 16
file content (14 lines) | stat: -rw-r--r-- 335 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
Description: Build with CMake 4
Author: Santiago Vila <sanvila@debian.org>
Bug-Debian: https://bugs.debian.org/1113337
Last-Update: 2025-12-03

--- obexftp-0.24.orig/CMakeLists.txt
+++ obexftp-0.24/CMakeLists.txt
@@ -1,5 +1,5 @@
 
-cmake_minimum_required(VERSION 2.8.5)
+cmake_minimum_required(VERSION 3.5)
 project ( obexftp C )
 
 #