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

COMP: fix otbIncludeDirectories for ITK include path

parent f121c0b1
No related branches found
No related tags found
No related merge requests found
......@@ -126,7 +126,7 @@ IF(OTB_USE_EXTERNAL_ITK)
${ITK_INCLUDE_DIRS} )
ELSE(OTB_USE_EXTERNAL_ITK)
IF(NOT ITK_INSTALL_INCLUDE_DIR)
SET(ITK_INSTALL_INCLUDE_DIR "/include/otb/Utilities/ITK")
SET(ITK_INSTALL_INCLUDE_DIR "include/otb/Utilities/ITK")
ENDIF(NOT ITK_INSTALL_INCLUDE_DIR)
# INCLUDE(${OTB_SOURCE_DIR}/Utilities/ITK/Utilities/itkThirdParty.cmake)
# INCLUDE(${OTB_SOURCE_DIR}/Utilities/ITK/itkIncludeDirectories.cmake)
......
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