Skip to content

Commit

Permalink
[3rdparty] Fix kfr condition
Browse files Browse the repository at this point in the history
  • Loading branch information
jcelerier committed Jul 15, 2024
1 parent b4458be commit 4c297b6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmake/OssiaDeps.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ if(Git_FOUND AND OSSIA_SUBMODULE_AUTOUPDATE)
set(OSSIA_SUBMODULES ${OSSIA_SUBMODULES} dno dr_libs exprtk libsamplerate PerlinNoise rubberband)
endif()

if(OSSIA_ENABLE_FFT)
if(OSSIA_ENABLE_FFT OR OSSIA_PROTOCOL_AUDIO OR OSSIA_DATAFLOW)
set(OSSIA_SUBMODULES ${OSSIA_SUBMODULES} kfr)
endif()

Expand Down

0 comments on commit 4c297b6

Please sign in to comment.