File: cmake-4.patch

package info (click to toggle)
fparserc%2B%2B 4.5.2-2.1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 6,140 kB
  • sloc: cpp: 23,297; pascal: 7,097; yacc: 1,650; ansic: 973; makefile: 307; php: 53; sh: 28
file content (15 lines) | stat: -rw-r--r-- 383 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/1112928

--- fparserc++-4.5.2.orig/CMakeLists.txt
+++ fparserc++-4.5.2/CMakeLists.txt
@@ -2,7 +2,7 @@ SET( CMAKE_BUILD_TYPE Release )
 
 PROJECT(fparser CXX)
 
-cmake_minimum_required(VERSION 2.8)
+cmake_minimum_required(VERSION 3.5)
 
 # default
 set(LIB_VERSION_MAJOR 4)