File: cmake-4.patch

package info (click to toggle)
libfreenect 1%3A0.5.3-3.3
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 4,184 kB
  • sloc: ansic: 7,417; cpp: 7,265; cs: 2,062; python: 992; ruby: 873; java: 730; xml: 49; sh: 45; makefile: 27
file content (15 lines) | stat: -rw-r--r-- 524 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/1113152

--- libfreenect-0.5.3.orig/CMakeLists.txt
+++ libfreenect-0.5.3/CMakeLists.txt
@@ -30,7 +30,7 @@
 # CMake directives
 ######################################################################################
 
-cmake_minimum_required(VERSION 2.6)
+cmake_minimum_required(VERSION 3.5)
 set(PYTHON_EXECUTABLE "python2")
 
 ######################################################################################