FFTW / fftw3

DO NOT CHECK OUT THESE FILES FROM GITHUB UNLESS YOU KNOW WHAT YOU ARE DOING. (See below.)
GNU General Public License v2.0
2.66k stars 651 forks source link

Fix the cmake config file when configured with autotools #338

Closed tobim closed 3 months ago

tobim commented 8 months ago

When the autotools based build is used the FFTW3ConfigDeps.cmake file is not generated, so including it fails with an error. By only including it on the condition it exists, the config file can still be used in a limited fashion.

Closes #346, closes #130