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

This commit is contained in:
2017-03-31 16:29:38 +00:00
parent aab5c4ed8f
commit b8f0754f88

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 fftw3l)
list(APPEND LIBS fftw3 fftw3f)
endif ()
else ()
message(STATUS "Building without fftw3 support")