File: cmake-4.patch

package info (click to toggle)
gnuais 0.3.3-9.2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 608 kB
  • sloc: ansic: 5,790; sql: 33; makefile: 4; sh: 3
file content (12 lines) | stat: -rw-r--r-- 392 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
Description: Fix FTBFS with CMake 4
Author: Adrian Bunk <bunk@debian.org>
Bug-Debian: https://bugs.debian.org/1112968

--- gnuais-0.3.3.orig/CMakeLists.txt
+++ gnuais-0.3.3/CMakeLists.txt
@@ -1,4 +1,4 @@
-cmake_minimum_required (VERSION 2.6)
+cmake_minimum_required (VERSION 3.5)
 
 SET(CMAKE_BUILD_TYPE Release CACHE STRING "If build type is not specified on command line, build Release")