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

FFTW Version in CMakeLists.txt out of sync #323

Closed cartercocke closed 1 year ago

cartercocke commented 1 year ago

I am not sure if this causes any issues other than bookkeeping, but the FFTW version defined in the CMakeLists.txt is defined as version 3.3.9 instead of 3.3.10:

https://github.com/FFTW/fftw3/blob/11d93a81143ecb6c5ac7f67d7059bf11bd93ef35/CMakeLists.txt#L282

I just saw this and figured it was worth pointing out.

stevengj commented 1 year ago

Thanks. Hopefully we'll have a 3.3.11 release soon that will fix this in a released version, but it's fixed on the repo for now.