Skip to content

Commit ff1eac1

Browse files
committed
Apply suggestion from @ferdymercury
1 parent 848ec5f commit ff1eac1

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

cmake/modules/FindFFTW.cmake

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -169,7 +169,7 @@ else()
169169

170170
find_library(
171171
FFTW_DOUBLE_LIB
172-
NAMES "fftw3"
172+
NAMES "fftw3" "fftw3-3"
173173
PATHS ${PKG_FFTW_LIBRARY_DIRS} ${LIB_INSTALL_DIR}
174174
)
175175

0 commit comments

Comments
 (0)