Commit fef2b826 authored by Richard Berger's avatar Richard Berger
Browse files

Correct CMake FFT settings in docs

The upper or lowercase matters. It won't work with lower case.
parent 6e8a68a4
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -34,7 +34,7 @@ LAMMPS can use them if they are available on your system.

[CMake variables]:

-D FFT=value              # kiss or fftw3 or fftw2 or mkl, default is fftw3 if found, else kiss
-D FFT=value              # KISS or FFTW3 or FFTW2 or MKL, default is FFTW3 if found, else KISS
-D FFT_SINGLE=value       # yes or no (default), no = double precision
-D FFT_PACK=value         # array (default) or pointer or memcpy :pre