Skip to content
Snippets Groups Projects
Commit 84e545df authored by Julien Michel's avatar Julien Michel
Browse files

ENH: Updating warning

parent 51b3464d
Branches
Tags
No related merge requests found
......@@ -99,7 +99,7 @@ OverlapSaveConvolutionImageFilter<TInputImage, TOutputImage, TBoundaryCondition>
#else
itkGenericExceptionMacro(
<<
"The OverlapSaveConvolutionImageFilter can not operate without the FFTW library (double implementation). Please install it and set it up in the cmake configuration.");
"The OverlapSaveConvolutionImageFilter can not operate without the FFTW library (double implementation). Please build ITK with USE_FFTD set to ON, and rebuild OTB.");
#endif
}
......@@ -294,7 +294,7 @@ OverlapSaveConvolutionImageFilter<TInputImage, TOutputImage, TBoundaryCondition>
#else
itkGenericExceptionMacro(
<<
"The OverlapSaveConvolutionImageFilter can not operate without the FFTW library (double implementation). Please install it and set it up in the cmake configuration.");
"The OverlapSaveConvolutionImageFilter can not operate without the FFTW library (double implementation). Please build ITK with USE_FFTD set to ON, and rebuild OTB.");
#endif
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment