We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a10f19e commit 656878aCopy full SHA for 656878a
Modules/Filtering/FFT/CMakeLists.txt
@@ -1,7 +1,7 @@
1
project(ITKFFT)
2
3
if(ITK_USE_CUFFTW)
4
- set(ITKFFT_LIBRARIES ${FFTWF_LIB})
+ set(ITKFFT_LIBRARIES ITKFFT ${FFTWF_LIB})
5
else()
6
set(ITKFFT_LIBRARIES ITKFFT)
7
endif()
0 commit comments