Skip to content

Commit e9b6bcd

Browse files
committed
Update FindFFTW.cmake
for win32
1 parent ff1eac1 commit e9b6bcd

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

cmake/modules/FindFFTW.cmake

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -169,7 +169,7 @@ else()
169169

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

@@ -193,7 +193,7 @@ else()
193193

194194
find_library(
195195
FFTW_FLOAT_LIB
196-
NAMES "fftw3f"
196+
NAMES "fftw3f" libfftw3f-3
197197
PATHS ${PKG_FFTW_LIBRARY_DIRS} ${LIB_INSTALL_DIR}
198198
)
199199

@@ -217,7 +217,7 @@ else()
217217

218218
find_library(
219219
FFTW_LONGDOUBLE_LIB
220-
NAMES "fftw3l"
220+
NAMES "fftw3l" libfftw3l-3
221221
PATHS ${PKG_FFTW_LIBRARY_DIRS} ${LIB_INSTALL_DIR}
222222
)
223223

0 commit comments

Comments
 (0)