fcdpro/fcdproplus: disable samplesource on macOS

This commit is contained in:
Davide Gerhard 2019-04-15 11:57:30 +02:00
parent 013eaa79ea
commit 036eda0a92
No known key found for this signature in database
GPG Key ID: 7CBEFA144857DC97
1 changed files with 2 additions and 2 deletions

View File

@ -29,10 +29,10 @@ if(LIBUSB_FOUND AND LIBBLADERF_FOUND)
add_subdirectory(bladerf2input)
endif(LIBUSB_FOUND AND LIBBLADERF_FOUND)
if(LIBUSB_FOUND)
if(LIBUSB_FOUND AND NOT APPLE)
add_subdirectory(fcdpro)
add_subdirectory(fcdproplus)
endif()
endif(LIBUSB_FOUND AND NOT APPLE)
find_package(LibHACKRF)
if(LIBUSB_FOUND AND LIBHACKRF_FOUND)