Author :
rsadowski
Date :
2024-02-03 20:09:07
Hash :5208a44e Message :fix the missing FFTW3LibraryDepends.cmake
This file would normally be generated by cmake, but we are using the more
feature-complete and stable autotools configure.
https://github.com/FFTW/fftw3/issues/130
- Split cmake files in fftw3 and fftw3f depending on the FLAVOR.
- Subst FFTW3LibraryDepends.cmake
- With this approach we could introduce "--enable-long-double" (l) and
"--enable-quad-precision" (q) if we need it.