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

Correction make install.

parent 02bf1dea
No related branches found
No related tags found
No related merge requests found
......@@ -55,7 +55,7 @@ SET(OTB_INCLUDE_DIRS_CONFIG
# Link directories.
SET(OTB_LIBRARY_DIRS_CONFIG ${CMAKE_INSTALL_PREFIX}/lib/otb)
SET(OTB_LIBRARY_DIRS_CONFIG ${OTB_LIBRARY_DIRS_CONFIG} ${GDAL_LIBRARY_DIRS} ${ITK_LIBRARY_DIRS} )
SET(OTB_LIBRARY_DIRS_CONFIG ${OTB_LIBRARY_DIRS_CONFIG} ${GDAL_LIBRARY_DIRS} ${ITK_LIBRARY_DIRS} ${FLTK_LIBRARY_DIRS})
#-----------------------------------------------------------------------------
# Configure OTBConfig.cmake for the install tree.
......
......@@ -51,6 +51,9 @@ IF(OTB_USE_EXTERNAL_ITK)
${ITK_SOURCE_DIR}/Utilities/vxl/v3p/netlib
${ITK_SOURCE_DIR}/Utilities/vxl/v3p/netlib/opt)
ELSE(OTB_USE_EXTERNAL_ITK)
IF(NOT ITK_INSTALL_INCLUDE_DIR)
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)
SET(OTB_INCLUDE_DIRS_BUILD_TREE ${OTB_INCLUDE_DIRS_BUILD_TREE}
......
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