File: cmake4.patch

package info (click to toggle)
indi-rtklib 1.0%2B20221222172722-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 408 kB
  • sloc: cpp: 244; ansic: 126; makefile: 2
file content (13 lines) | stat: -rw-r--r-- 494 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
Description: make package compile with cmake 4
Index: indi-rtklib/CMakeLists.txt
===================================================================
--- indi-rtklib.orig/CMakeLists.txt	2025-09-27 00:35:32.105519369 +0200
+++ indi-rtklib/CMakeLists.txt	2025-09-27 00:35:50.033682899 +0200
@@ -1,6 +1,6 @@
 ########### NexStar Evolution INDI driver ##############
 PROJECT(indi_rtklib C CXX)
-cmake_minimum_required(VERSION 3.0)
+cmake_minimum_required(VERSION 3.12)
 
 include(GNUInstallDirs)