Skip to content

Commit 656878a

Browse files
committed
ENH: ITKFFT library is now required, even if cufft is used.
With the enum streaming for itkComplexToComplexImageFilter implemented in a .cxx file, the ITKFFT library is now required, even if cufftw is used.
1 parent a10f19e commit 656878a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Modules/Filtering/FFT/CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
project(ITKFFT)
22

33
if(ITK_USE_CUFFTW)
4-
set(ITKFFT_LIBRARIES ${FFTWF_LIB})
4+
set(ITKFFT_LIBRARIES ITKFFT ${FFTWF_LIB})
55
else()
66
set(ITKFFT_LIBRARIES ITKFFT)
77
endif()

0 commit comments

Comments
 (0)