Skip to content

Commit

Permalink
WDSP: removed for Winmdows and Mac
Browse files Browse the repository at this point in the history
  • Loading branch information
f4exb committed Jul 23, 2024
1 parent 8a8015a commit 915b38e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -860,7 +860,7 @@ if (FFTW3F_FOUND)
set(FT8_SUPPORT ON CACHE INTERNAL "")
endif()

if (FFTW3F_FOUND)
if (FFTW3F_FOUND AND LINUX)
add_subdirectory(wdsp)
add_definitions(-DHAS_WDSP)
set(WDSP_SUPPORT ON CACHE INTERNAL "")
Expand Down

0 comments on commit 915b38e

Please sign in to comment.