File: cmake-4.patch

package info (click to toggle)
qstopmotion 2.5.2-2.1
  • links: PTS, VCS
  • area: main
  • in suites: sid
  • size: 9,840 kB
  • sloc: cpp: 30,330; makefile: 3
file content (15 lines) | stat: -rw-r--r-- 359 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
Description: Fix FTBFS with CMake 4
Author: Adrian Bunk <bunk@debian.org>
Bug-Debian: https://bugs.debian.org/1113447

--- qstopmotion-2.5.2.orig/CMakeLists.txt
+++ qstopmotion-2.5.2/CMakeLists.txt
@@ -29,7 +29,7 @@
 
 project(qStopMotion)
 
-cmake_minimum_required(VERSION 3.0.2)
+cmake_minimum_required(VERSION 3.5)
 
 # option(CMAKE_VERBOSE_MAKEFILE ON)