forked from lijiext/lammps
update comments
This commit is contained in:
parent
3d4825e238
commit
5c25355b9b
|
@ -1,11 +1,10 @@
|
|||
# - Find fftw3
|
||||
# Find the native FFTW3 headers and libraries.
|
||||
# Find the native double precision FFTW3 headers and libraries.
|
||||
#
|
||||
# FFTW3_INCLUDE_DIRS - where to find fftw3.h, etc.
|
||||
# FFTW3_LIBRARIES - List of libraries when using fftw3.
|
||||
# FFTW3_OMP_LIBRARIES - List of libraries when using fftw3.
|
||||
# FFTW3_FOUND - True if fftw3 found.
|
||||
# FFTW3_OMP_FOUND - True if fftw3_omp found.
|
||||
#
|
||||
|
||||
find_package(PkgConfig)
|
||||
|
|
Loading…
Reference in New Issue