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")
######################################################################################
|