CMakeLists: make fftw3 a requirement and not optional anymore
commit33449e2151c705e1feab86e1f2073e89985d8709
authorTobias Doerffel <tobias.doerffel@gmail.com>
Sun, 11 Nov 2012 21:42:04 +0000 (11 22:42 +0100)
committerTobias Doerffel <tobias.doerffel@gmail.com>
Sun, 11 Nov 2012 21:49:11 +0000 (11 22:49 +0100)
treea50583187e88cb2b87ae7df160a9161195ac543e
parent62835e3f51a7cb5265751c793e91b5813ab710e3
CMakeLists: make fftw3 a requirement and not optional anymore

We have too many components in LMMS relying on FFTW3. Building LMMS
without them cripples LMMS' functionality substantially, so simply
make fftw3 a requirement.

Closes #3495736.
CMakeLists.txt
include/fft_helpers.h
lmmsconfig.h.in
plugins/ladspa_effect/swh/CMakeLists.txt
plugins/spectrum_analyzer/CMakeLists.txt
plugins/zynaddsubfx/CMakeLists.txt
src/core/fft_helpers.cpp