git-svn-id: svn://db.shs.com.ru/pip@327 12ceb7fc-bf1f-11e4-8940-5bc7170c53b5
This commit is contained in:
@@ -147,7 +147,11 @@ endif ()
|
||||
if (FFTW)
|
||||
message(STATUS "Building with fftw3 support")
|
||||
set(CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} -DPIP_FFTW")
|
||||
list(APPEND LIBS fftw3-3 fftw3f-3 fftw3l-3)
|
||||
if (WIN32)
|
||||
list(APPEND LIBS fftw3-3 fftw3f-3 fftw3l-3)
|
||||
else ()
|
||||
list(APPEND LIBS fftw3 fftw3f fftw3l)
|
||||
endif ()
|
||||
else ()
|
||||
message(STATUS "Building without fftw3 support")
|
||||
endif ()
|
||||
|
||||
Reference in New Issue
Block a user