File: 0007-cmake-update-minimum-supported-version-to-0.6-due-to.patch

package info (click to toggle)
soapyuhd 0.4.1-6
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 596 kB
  • sloc: cpp: 1,758; makefile: 12
file content (26 lines) | stat: -rw-r--r-- 847 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
From 12b4bda65586f37ae8bde11614cf22a794e55b3b Mon Sep 17 00:00:00 2001
From: Nicholas Corgan <n.corgan@gmail.com>
Date: Sun, 19 Sep 2021 18:57:37 -0500
Subject: [PATCH 07/12] cmake: update minimum supported version to 0.6 due to
 KwargsToString

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

diff --git a/CMakeLists.txt b/CMakeLists.txt
index d969c12..92aaefc 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -35,7 +35,7 @@ set(CMAKE_BUILD_TYPE ${CMAKE_BUILD_TYPE} CACHE STRING "")
 ########################################################################
 # Dependencies
 ########################################################################
-find_package(SoapySDR "0.4" NO_MODULE REQUIRED)
+find_package(SoapySDR "0.6" NO_MODULE REQUIRED)
 find_package(UHD NO_MODULE)
 
 #try old-style find script
-- 
2.47.3