Findfftw3f

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

Targets

FFTW3::fftw3f

FFTW float precision library.

Cache variables

FFTW_F_INCLUDE_DIR

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

FFTW_F_LIBRARY

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

Environment variables

FFTW_F_INCLUDE_DIR

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

FFTW_F_LIBRARY

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

See also

Module Findfftw3

A find module for the FFTW double-precision library.

Module FindFFTW

An aggregate find module for both precisions of FFTW