mirror of
https://github.com/f4exb/sdrangel.git
synced 2025-03-25 05:38:39 -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:
parent
30a5ce834d
commit
e2009ebaef
@ -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)
|
||||
|
Loading…
Reference in New Issue
Block a user