Skip to content

Commit

Permalink
Don't find libfftw which reveals V2 instaead of V3
Browse files Browse the repository at this point in the history
  • Loading branch information
daschuer authored Nov 25, 2024
1 parent 941e517 commit 2452ecd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmake/FindFFTW3.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ find_path(FFTW3_INCLUDE_DIR
mark_as_advanced(FFTW3_INCLUDE_DIR)

find_library(FFTW3_LIBRARY
NAMES fftw fftw3 fftw-3.3
NAMES fftw3 fftw-3.3
DOC "FFTW3 library"
)
mark_as_advanced(FFTW3_LIBRARY)
Expand Down

0 comments on commit 2452ecd

Please sign in to comment.