1
0
mirror of https://github.com/f4exb/sdrangel.git synced 2025-07-30 12:42:25 -04:00

Build WDSP for Linux only

This commit is contained in:
f4exb 2024-06-17 02:21:14 +02:00
parent c81ff5060c
commit b1ef05667e

View File

@ -859,7 +859,7 @@ if (FFTW3F_FOUND)
set(FT8_SUPPORT ON CACHE INTERNAL "") set(FT8_SUPPORT ON CACHE INTERNAL "")
endif() endif()
if (FFTW3F_FOUND AND NOT APPLE) if (FFTW3F_FOUND AND LINUX)
add_subdirectory(wdsp) add_subdirectory(wdsp)
add_definitions(-DHAS_WDSP) add_definitions(-DHAS_WDSP)
set(WDSP_SUPPORT ON CACHE INTERNAL "") set(WDSP_SUPPORT ON CACHE INTERNAL "")