disable the actual osmosdr hardware device

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.
This commit is contained in:
Eric Wild 2020-08-02 21:27:56 +02:00
parent 22b488477b
commit b57db7541d
1 changed files with 4 additions and 4 deletions

View File

@ -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)