Skip to content
Snippets Groups Projects
Commit d5e0346e authored by Julien Malik's avatar Julien Malik
Browse files

COMP: missing import of fftw include dirs

parent 50df2cfa
No related branches found
No related tags found
No related merge requests found
......@@ -90,6 +90,10 @@ INCLUDE(${OTB_ITK_DIR}/ITKConfig.cmake)
INCLUDE(${ITK_USE_FILE})
ENDIF(OTB_USE_EXTERNAL_ITK)
IF(USE_FFTWF OR USE_FFTWD)
FIND_PACKAGE(FFTW REQUIRED)
INCLUDE_DIRECTORIES(${FFTW_INCLUDE_PATH})
ENDIF(USE_FFTWF OR USE_FFTWD)
#WHERE TO FIND EXPAT
IF(OTB_USE_EXTERNAL_EXPAT)
......
......@@ -54,6 +54,11 @@ SET(OTB_INCLUDE_DIRS_BUILD_TREE ${OTB_INCLUDE_DIRS_BUILD_TREE}
${OTB_SOURCE_DIR}/Utilities/otbconfigfile
)
IF(USE_FFTWF OR USE_FFTWD)
SET(OTB_INCLUDE_DIRS_BUILD_TREE ${OTB_INCLUDE_DIRS_BUILD_TREE}
${FFTW_INCLUDE_PATH})
ENDIF(USE_FFTWF OR USE_FFTWD)
IF(OTB_USE_EXTERNAL_BOOST)
SET(OTB_INCLUDE_DIRS_BUILD_TREE ${OTB_INCLUDE_DIRS_BUILD_TREE}
${Boost_INCLUDE_DIR} )
......@@ -399,7 +404,6 @@ ELSE(OTB_USE_EXTERNAL_ITK)
Utilities/ITK/Utilities/vxl/vcl
Utilities/ITK/Utilities/vxl/core
Utilities/ITK/Utilities
Utilities/ITK/Utilities/itkExtHdrs
)
Utilities/ITK/Utilities/itkExtHdrs)
ENDIF(OTB_USE_EXTERNAL_ITK)
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment