mirror of
https://github.com/f4exb/sdrangel.git
synced 2024-11-22 08:04:49 -05:00
Disable FCD as a consequence of #1160
This commit is contained in:
parent
48040a3edd
commit
5410096f1e
@ -448,10 +448,10 @@ if(ENABLE_USRP)
|
||||
find_package(UHD)
|
||||
endif()
|
||||
|
||||
if(ENABLE_FUNCUBE AND UNIX AND LIBUSB_FOUND)
|
||||
add_subdirectory(fcdlib)
|
||||
add_subdirectory(fcdhid)
|
||||
endif()
|
||||
# if(ENABLE_FUNCUBE AND UNIX AND LIBUSB_FOUND)
|
||||
# add_subdirectory(fcdlib)
|
||||
# add_subdirectory(fcdhid)
|
||||
# endif()
|
||||
|
||||
# base libraries
|
||||
add_subdirectory(sdrbase)
|
||||
|
@ -21,10 +21,10 @@ if(ENABLE_BLADERF AND LIBBLADERF_FOUND)
|
||||
add_subdirectory(bladerf2input)
|
||||
endif()
|
||||
|
||||
if(ENABLE_FUNCUBE AND UNIX AND LIBUSB_FOUND)
|
||||
add_subdirectory(fcdpro)
|
||||
add_subdirectory(fcdproplus)
|
||||
endif()
|
||||
# if(ENABLE_FUNCUBE AND UNIX AND LIBUSB_FOUND)
|
||||
# add_subdirectory(fcdpro)
|
||||
# add_subdirectory(fcdproplus)
|
||||
# endif()
|
||||
|
||||
if(ENABLE_HACKRF AND LIBHACKRF_FOUND)
|
||||
add_subdirectory(hackrfinput)
|
||||
|
Loading…
Reference in New Issue
Block a user