File: cmake-4.patch

package info (click to toggle)
libcorkipset 1.1.1%2Bgit20171111.6842a63-2.1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 864 kB
  • sloc: ansic: 5,252; python: 432; sh: 59; makefile: 21
file content (15 lines) | stat: -rw-r--r-- 567 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/1113131

--- libcorkipset-1.1.1+git20171111.6842a63.orig/CMakeLists.txt
+++ libcorkipset-1.1.1+git20171111.6842a63/CMakeLists.txt
@@ -6,7 +6,7 @@
 # Please see the COPYING file in this distribution for license details.
 # ----------------------------------------------------------------------
 
-cmake_minimum_required(VERSION 2.6)
+cmake_minimum_required(VERSION 3.5)
 set(PROJECT_NAME libcorkipset)
 set(RELEASE_DATE 2013-12-11)
 project(${PROJECT_NAME})