update comments

This commit is contained in:
Axel Kohlmeyer 2019-07-19 17:27:10 -04:00
parent 3d4825e238
commit 5c25355b9b
No known key found for this signature in database
GPG Key ID: D9B44E93BF0C375A
1 changed files with 1 additions and 2 deletions

View File

@ -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)