summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorEric Wild <ewild@sysmocom.de>2020-08-02 21:27:56 +0200
committerEric Wild <ewild@sysmocom.de>2020-08-02 21:27:56 +0200
commitb57db7541d7a5c92ff5339f2bfd76a067cafcad7 (patch)
treeffcba4aec05dd0af1eccab52907814fd185898ff
parent22b488477be9b36c52b21e150ebb49fbb10963d8 (diff)
disable the actual osmosdr hardware deviceHEADmaster
The actual hardware called osmosdr was created in 2012 and had only a very very limited production run, and is therefore not of interest to 99.9% of all sdrangelove users.
-rw-r--r--plugins/samplesource/CMakeLists.txt8
1 files changed, 4 insertions, 4 deletions
diff --git a/plugins/samplesource/CMakeLists.txt b/plugins/samplesource/CMakeLists.txt
index 3135133..1e55d1f 100644
--- a/plugins/samplesource/CMakeLists.txt
+++ b/plugins/samplesource/CMakeLists.txt
@@ -1,14 +1,14 @@
project(samplesource)
find_package(LibUSB)
-find_package(LibOsmoSDR)
+#find_package(LibOsmoSDR)
find_package(LibRTLSDR)
add_subdirectory(gnuradio)
-if(LIBUSB_FOUND AND LIBOSMOSDR_FOUND)
- add_subdirectory(osmosdr)
-endif(LIBUSB_FOUND AND LIBOSMOSDR_FOUND)
+#if(LIBUSB_FOUND AND LIBOSMOSDR_FOUND)
+# add_subdirectory(osmosdr)
+#endif(LIBUSB_FOUND AND LIBOSMOSDR_FOUND)
if(LIBUSB_FOUND AND LIBRTLSDR_FOUND)
add_subdirectory(rtlsdr)