File: cmake4.patch

package info (click to toggle)
indi-bresserexos2 1.0%2B20221223130124-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 3,164 kB
  • sloc: cpp: 2,317; makefile: 2
file content (11 lines) | stat: -rw-r--r-- 518 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
Description: make package compile with cmake 4
Index: indi-bresserexos2/CMakeLists.txt
===================================================================
--- indi-bresserexos2.orig/CMakeLists.txt	2025-09-27 00:20:47.505450615 +0200
+++ indi-bresserexos2/CMakeLists.txt	2025-09-27 00:20:58.413550113 +0200
@@ -1,4 +1,4 @@
-cmake_minimum_required(VERSION 3.0)
+cmake_minimum_required(VERSION 3.12)
 project(indi-bresserexos2 VERSION 0.901)
 
 LIST(APPEND CMAKE_MODULE_PATH "${CMAKE_CURRENT_SOURCE_DIR}/cmake_modules/")