Findfftw3

A find module for the FFTW double-precision FFT library.

Targets

FFTW3::fftw3

FFTW double precision library.

Cache variables

FFTW_D_INCLUDE_DIR

Include directory path for the FFTW double precision library. When searching for this path, the environment variable FFTW_D_INCLUDE_DIR is added to the search path.

FFTW_D_LIBRARY

Path to the prebuilt binary of the FFTW double precision library. When searching for this file, the environment variable FFTW_D_LIBRARY is added to the search path.

Environment variables

FFTW_D_INCLUDE_DIR

This environment variable, if set, is added to the search path when locating the FFTW_D_INCLUDE_DIR path.

FFTW_D_LIBRARY

This environment variable, if set, is added to the search path when locating the FFTW_D_LIBRARY path.

See also

Module Findfftw3f

A find module for the FFTW float-precision library.

Module FindFFTW

An aggregate find module for both precisions of FFTW