File: cmake-4.patch

package info (click to toggle)
p8-platform 2.1.0.1%2Bdfsg1-5
  • links: PTS, VCS
  • area: main
  • in suites: sid
  • size: 524 kB
  • sloc: cpp: 5,674; ansic: 766; makefile: 6
file content (13 lines) | stat: -rw-r--r-- 332 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
Author: Andreas Beckmann <anbe@debian.org>
Description: fix building with CMake 4

--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -1,6 +1,6 @@
 project(p8-platform)
 
-cmake_minimum_required(VERSION 2.8.9)
+cmake_minimum_required(VERSION 3.5)
 enable_language(CXX)
 
 set(CMAKE_MODULE_PATH ${CMAKE_MODULE_PATH} ${PROJECT_SOURCE_DIR})