CMakeLists.txt | CMakeLists.txt | |||
---|---|---|---|---|
ADD_SUBDIRECTORY(core) | ADD_SUBDIRECTORY(core) | |||
IF(FFTW3_FOUND) | IF(FFTW3F_FOUND) | |||
ADD_SUBDIRECTORY(fourier) | ADD_SUBDIRECTORY(fourier) | |||
ELSE() | ELSE() | |||
MESSAGE(STATUS "vigranumpy fourier module will not be built (fftw3 miss | MESSAGE(STATUS "vigranumpy fourier module will not be built (fftw3f mis | |||
ing)") | sing)") | |||
ENDIF(FFTW3_FOUND) | ENDIF() | |||
End of changes. 2 change blocks. | ||||
1 lines changed or deleted | 1 lines changed or added | |||
This html diff was produced by rfcdiff 1.41. The latest version is available from http://tools.ietf.org/tools/rfcdiff/ |