summarylogtreecommitdiffstats
path: root/CMakeList.txt.patch2
blob: 1861bebb40f5902f60a3b83501b3effe08d39b38 (plain)
1
2
3
4
5
6
7
8
9
10
11
--- CMakeLists.txt	2019-03-12 10:42:01.081041721 +0100
+++ CMakeLists.txt.orig	2019-03-12 10:41:50.184433914 +0100
@@ -71,7 +71,7 @@
 
 find_package(LibMiriSDR)
 if(LIBUSB_FOUND AND LIBMIRISDR_FOUND)
-    add_subdirectory(sdrplay)
+    #add_subdirectory(sdrplay)
     message(STATUS "LibMiriSDR found")
 else(LIBUSB_FOUND AND LIBMIRISDR_FOUND)
     message(STATUS "LibMiriSDR NOT found")