Unverified Commit 73f3019e authored by Axel Kohlmeyer's avatar Axel Kohlmeyer
Browse files

update comments

parent 147999d6
Loading
Loading
Loading
Loading
+1 −2
Original line number Diff line number Diff line
# - 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)