File: cmake4.patch

package info (click to toggle)
indi-aagcloudwatcher-ng 1.7%2B20230106180155-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 832 kB
  • sloc: cpp: 1,786; xml: 87; makefile: 2
file content (11 lines) | stat: -rw-r--r-- 526 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
Description: make package compile with cmake 4
Index: indi-aagcloudwatcher-ng/CMakeLists.txt
===================================================================
--- indi-aagcloudwatcher-ng.orig/CMakeLists.txt	2025-09-27 00:16:09.894918427 +0200
+++ indi-aagcloudwatcher-ng/CMakeLists.txt	2025-09-27 00:16:15.354968235 +0200
@@ -1,4 +1,4 @@
-cmake_minimum_required(VERSION 3.0)
+cmake_minimum_required(VERSION 3.12)
 PROJECT(aagcloudwatcher CXX C)
 
 LIST(APPEND CMAKE_MODULE_PATH "${CMAKE_CURRENT_SOURCE_DIR}/cmake_modules/")