File: cmake4

package info (click to toggle)
fcidecomp 2.1.1%2Bdeb1-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 2,648 kB
  • sloc: ansic: 1,270; python: 829; sh: 294; makefile: 11
file content (39 lines) | stat: -rw-r--r-- 1,506 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
Description: Bump minimum cmake compat to 3.5 to build with cmake4
Author: Enrico Zini <enrico@debian.org>

---
The information above should follow the Patch Tagging Guidelines, please
checkout https://dep.debian.net/deps/dep3/ to learn about the format. Here
are templates for supplementary fields that you might want to add:

Origin: (upstream|backport|vendor|other), (<patch-url>|commit:<commit-id>)
Bug: <upstream-bugtracker-url>
Bug-Debian: https://bugs.debian.org/<bugnumber>
Bug-Ubuntu: https://launchpad.net/bugs/<bugnumber>
Forwarded: (no|not-needed|<patch-forwarded-url>)
Applied-Upstream: <version>, (<commit-url>|commit:<commid-id>)
Reviewed-By: <name and email of someone who approved/reviewed the patch>
Last-Update: 2025-09-28

--- fcidecomp-2.1.1+deb1.orig/src/fcidecomp/fcicomp-H5Zjpegls/CMakeLists.txt
+++ fcidecomp-2.1.1+deb1/src/fcidecomp/fcicomp-H5Zjpegls/CMakeLists.txt
@@ -34,7 +34,7 @@
 # ${FCICOMP_RESOURCES_DIR}/unitTestSettings.cmake.
 # 
 
-cmake_minimum_required (VERSION 2.8.12)
+cmake_minimum_required (VERSION 3.5)
 PROJECT (H5ZJPEGLS C)
 INCLUDE (${CMAKE_CURRENT_SOURCE_DIR}/Version.cmake)
 
--- fcidecomp-2.1.1+deb1.orig/src/fcidecomp/fcicomp-jpegls/CMakeLists.txt
+++ fcidecomp-2.1.1+deb1/src/fcidecomp/fcicomp-jpegls/CMakeLists.txt
@@ -40,7 +40,7 @@
 # ${FCICOMP_RESOURCES_DIR}/unitTestSettings.cmake.
 # 
 
-cmake_minimum_required (VERSION 2.8.12)
+cmake_minimum_required (VERSION 3.5)
 
 PROJECT (FCICOMP_JPEGLS C)
 INCLUDE (${CMAKE_CURRENT_SOURCE_DIR}/Version.cmake)