mirror of
https://github.com/f4exb/sdrangel.git
synced 2026-06-02 22:14:45 -04:00
Do not compile the broadcast FM demod plugin when the host is a Raspberry Pi because of unsufficient memory
This commit is contained in:
@@ -2,7 +2,9 @@ project(demod)
|
||||
|
||||
add_subdirectory(demodlora)
|
||||
add_subdirectory(demodam)
|
||||
add_subdirectory(demodbfm)
|
||||
if (NOT HOST_RPI)
|
||||
add_subdirectory(demodbfm)
|
||||
endif()
|
||||
add_subdirectory(demodnfm)
|
||||
add_subdirectory(demodssb)
|
||||
add_subdirectory(tcpsrc)
|
||||
|
||||
Reference in New Issue
Block a user