snl-dakota/dakota
cmake/DakotaOptions.cmake
:196
option(HAVE_FFT "Use either the fftw or dfftpack packages" ON)
option(HAVE_FFT "Use either the fftw or dfftpack packages" ON)
option(HAVE_DFFTPACK "Build the dfftpack package. This OPTION has no effect if
HAVE_FFT is OFF" ON)
option(HAVE_FFTW "Find and use an installed fftw package. This OPTION has no
effect if HAVE_FFT is OFF" OFF)
endif(HAVE_FFT)