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

COMP: Fixing wrong include path when using the BUILD_TREE.

parent 2f3dabef
No related branches found
No related tags found
No related merge requests found
......@@ -142,14 +142,14 @@ IF(OTB_USE_EXTERNAL_EXPAT)
${EXPAT_INCLUDE_DIR} )
ELSE(OTB_USE_EXTERNAL_EXPAT)
SET(OTB_INCLUDE_DIRS_BUILD_TREE_CXX ${OTB_INCLUDE_DIRS_BUILD_TREE_CXX}
${OTB_INSTALL_INCLUDE_DIR}/Utilities/otbexpat
${OTB_INSTALL_INCLUDE_DIR}/Utilities/otbexpat/lib )
${OTB_SOURCE_DIR}/Utilities/otbexpat
${OTB_SOURCE_DIR}/Utilities/otbexpat/lib )
ENDIF(OTB_USE_EXTERNAL_EXPAT)
# For OpenThreads
IF(NOT OTB_USE_EXTERNAL_OPENTHREADS)
SET(OTB_INCLUDE_DIRS_BUILD_TREE_CXX ${OTB_INCLUDE_DIRS_BUILD_TREE_CXX}
${OTB_INSTALL_INCLUDE_DIR}/Utilities/otbopenthreads/OpenThreads/include
${OTB_SOURCE_DIR}/Utilities/otbopenthreads/OpenThreads/include
)
ENDIF(NOT OTB_USE_EXTERNAL_OPENTHREADS)
......
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