Skip to content

Commit

Permalink
Build WDSP for Linux only
Browse files Browse the repository at this point in the history
  • Loading branch information
f4exb committed Jun 17, 2024
1 parent c81ff50 commit b1ef056
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 @@ -859,7 +859,7 @@ if (FFTW3F_FOUND)
set(FT8_SUPPORT ON CACHE INTERNAL "")
endif()

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

0 comments on commit b1ef056

Please sign in to comment.