File: 0001-Update-for-compat-with-newer-CMake.patch

package info (click to toggle)
soapyremote 0.5.2-4.1
  • links: PTS, VCS
  • area: main
  • in suites: sid
  • size: 608 kB
  • sloc: cpp: 7,724; makefile: 13
file content (25 lines) | stat: -rw-r--r-- 759 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
From 8f929dab7e08b3bc50498f1f69ab7bd6ea769681 Mon Sep 17 00:00:00 2001
From: "Christian W. Zuckschwerdt" <christian@zuckschwerdt.org>
Date: Thu, 9 Oct 2025 16:43:30 +0200
Subject: Update for compat with newer CMake

---
 CMakeLists.txt | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/CMakeLists.txt b/CMakeLists.txt
index ec62a12..32db172 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -1,7 +1,7 @@
 ########################################################################
 # Build Soapy SDR remote support
 ########################################################################
-cmake_minimum_required(VERSION 2.8.7)
+cmake_minimum_required(VERSION 3.1...3.10)
 project(SoapyRemote CXX C)
 
 #extract changelog version
-- 
2.30.2