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

BUG: support internal expat version properly (contribution from Venus project)

parent e44e6822
No related branches found
No related tags found
No related merge requests found
...@@ -85,6 +85,8 @@ IF(OTB_USE_EXTERNAL_EXPAT) ...@@ -85,6 +85,8 @@ IF(OTB_USE_EXTERNAL_EXPAT)
MESSAGE(FATAL_ERROR MESSAGE(FATAL_ERROR
"Cannot use OTB project without EXPAT library. Please set EXPAT_DIR or rebuild OTB and set OTB_USE_EXTERNAL_EXPAT OFF to use INTERNAL EXPAT set on OTB/Utilities repository.") "Cannot use OTB project without EXPAT library. Please set EXPAT_DIR or rebuild OTB and set OTB_USE_EXTERNAL_EXPAT OFF to use INTERNAL EXPAT set on OTB/Utilities repository.")
ENDIF(EXPAT_FOUND) ENDIF(EXPAT_FOUND)
ELSE(OTB_USE_EXTERNAL_EXPAT)
ADD_DEFINITIONS(-DOTB_USE_INTERNAL_EXPAT)
ENDIF(OTB_USE_EXTERNAL_EXPAT) ENDIF(OTB_USE_EXTERNAL_EXPAT)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment