File: cmake-4.patch

package info (click to toggle)
libsdsl 2.1.1%2Bdfsg-6
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 4,020 kB
  • sloc: cpp: 42,286; makefile: 1,171; ansic: 318; sh: 201; python: 27
file content (16 lines) | stat: -rw-r--r-- 632 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
Description: bump cmake requirement to 3.10.
 This fixes error and warning about requirement too old with cmake 4.
Author: Étienne Mollier <emollier@debian.org>
Bug: https://github.com/simongog/sdsl-lite/issues/465
Bug-Debian: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1113197
Last-Update: 2025-10-06
---
This patch header follows DEP-3: http://dep.debian.net/deps/dep3/
--- libsdsl.orig/CMakeLists.txt
+++ libsdsl/CMakeLists.txt
@@ -1,4 +1,4 @@
-cmake_minimum_required(VERSION 2.8.11)
+cmake_minimum_required(VERSION 3.10)
 set(CMAKE_MODULE_PATH "${CMAKE_CURRENT_SOURCE_DIR}/CMakeModules")
 include(AppendCompilerFlags)