git-svn-id: svn://db.shs.com.ru/pip@331 12ceb7fc-bf1f-11e4-8940-5bc7170c53b5

This commit is contained in:
2017-04-04 21:55:29 +00:00
parent d37c981d13
commit b6d35cf05b
5 changed files with 220 additions and 58 deletions

View File

@@ -150,7 +150,7 @@ if (FFTW)
if (WIN32)
list(APPEND LIBS fftw3-3 fftw3f-3 fftw3l-3)
else ()
list(APPEND LIBS fftw3 fftw3f)
list(APPEND LIBS fftw3 fftw3f fftw3l)
endif ()
else ()
message(STATUS "Building without fftw3 support")