File: cmake-4.patch

package info (click to toggle)
libevdevplus 0.1.1-2.2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 148 kB
  • sloc: cpp: 464; makefile: 13
file content (11 lines) | stat: -rw-r--r-- 268 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
Author: Andreas Beckmann <anbe@debian.org>
Description: fix building with CMake 4

--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -1,4 +1,4 @@
-cmake_minimum_required(VERSION 3.0)
+cmake_minimum_required(VERSION 3.5)
 project(libevdevPlus)
 
 set(CMAKE_CXX_STANDARD 11)