Description
Configuring my ITK projection on Linux with ITK_USE_FFTWF and ITK_USE_FFTWD generates the following error since #5721:
CMake Error in Modules/Filtering/FFT/src/CMakeLists.txt:
Target "ITKFFT" INTERFACE_LINK_DIRECTORIES property contains path:
"/home/srit/src/itk/lin64/fftw/lib"
which is prefixed in the build directory.
Steps to Reproduce
Clone ITK main and configure with cmake -DITK_USE_FFTWF=ON -DITK_USE_FFTWD=ON ITK_SOURCE_DIR
Reproducibility
100%
Versions
Environment
Ubuntu
Description
Configuring my ITK projection on Linux with
ITK_USE_FFTWFandITK_USE_FFTWDgenerates the following error since #5721:Steps to Reproduce
Clone ITK main and configure with
cmake -DITK_USE_FFTWF=ON -DITK_USE_FFTWD=ON ITK_SOURCE_DIRReproducibility
100%
Versions
Environment
Ubuntu