File: cmake-4.patch

package info (click to toggle)
tweeny 3-2.1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 356 kB
  • sloc: cpp: 406; xml: 182; ansic: 171; makefile: 6
file content (16 lines) | stat: -rw-r--r-- 564 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
Description: Fix FTBFS with CMake 4
Author: Adrian Bunk <bunk@debian.org>
Bug-Debian: https://bugs.debian.org/1113591
Origin: backport, https://github.com/mobius3/tweeny/commit/ee9229dbf417724312bb5a2a427945c4986257f1

--- tweeny-3.orig/CMakeLists.txt
+++ tweeny-3/CMakeLists.txt
@@ -25,7 +25,7 @@
 # target that uses tweeny, a simple `target_link_libraries(target tweeny)` is sufficient to set up include and link
 # instructions.
 
-cmake_minimum_required(VERSION 3.0)
+cmake_minimum_required(VERSION 3.0...3.5)
 project(Tweeny)
 
 # Setup variables and options