Skip to content

Add option to disable fftw

Dominik Thoennes requested to merge thoennes/fftw-option into master

Currently fftw is enabled by default. This can lead to errors for example when fftw is found but pfftw is not. In addition this also creates a possibly confusing warning during cmake configure that fftw was not found even though it is not needed

Merge request reports