Skip to content

Commit 497d4e8

Browse files
committed
cmake default FFTW instead of DUCC0
1 parent ad02250 commit 497d4e8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ option(FINUFFT_USE_CUDA "Whether to build CUDA accelerated FINUFFT library (libc
5353
option(FINUFFT_USE_CPU "Whether to build the ordinary FINUFFT library (libfinufft)." ON)
5454
option(FINUFFT_STATIC_LINKING "Whether to link the static FINUFFT library (libfinufft_static)." ON)
5555
option(FINUFFT_BUILD_DEVEL "Whether to build development executables" OFF)
56-
option(FINUFFT_USE_DUCC0 "Whether to use DUCC0 for CPU fft library" ON)
56+
option(FINUFFT_USE_DUCC0 "Whether to use DUCC0 (instead of FFTW) for CPU FFTs" OFF)
5757
# sphinx tag (don't remove): @cmake_opts_end
5858

5959
if (FINUFFT_USE_CPU)

0 commit comments

Comments
 (0)