File: cmake-4.patch

package info (click to toggle)
libxtrxll 0.0.1%2Bgit20201202.1b6eddf-1.3
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 488 kB
  • sloc: ansic: 7,030; xml: 19; sh: 18; makefile: 16
file content (15 lines) | stat: -rw-r--r-- 468 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/1113228

--- libxtrxll-0.0.1+git20201202.1b6eddf.orig/CMakeLists.txt
+++ libxtrxll-0.0.1+git20201202.1b6eddf/CMakeLists.txt
@@ -1,7 +1,7 @@
 project(libxtrxll C)
 
 set(CMAKE_MODULE_PATH "${CMAKE_CURRENT_SOURCE_DIR}/cmake")
-cmake_minimum_required(VERSION 2.8)
+cmake_minimum_required(VERSION 3.5)
 
 # Set the version information here
 set(MAJOR_VERSION 0)