summaryrefslogtreecommitdiffstats
path: root/plugins
diff options
context:
space:
mode:
Diffstat (limited to 'plugins')
-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)