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

COMP: remove the BEFORE command of INCLUDE_DIR for external liblas because it...

COMP: remove the BEFORE command of INCLUDE_DIR for external liblas because it leads to a conflict with gdal15 from OSGeo
parent eae2c466
Branches
Tags
No related merge requests found
......@@ -11,7 +11,7 @@ IF(OTB_USE_LIBLAS)
IF(OTB_USE_EXTERNAL_LIBLAS)
FIND_PATH(LIBLAS_INCLUDE_DIR liblas.hpp)
IF(LIBLAS_INCLUDE_DIR)
INCLUDE_DIRECTORIES(BEFORE ${LIBLAS_INCLUDE_DIR})
INCLUDE_DIRECTORIES( ${LIBLAS_INCLUDE_DIR} )
ENDIF(LIBLAS_INCLUDE_DIR)
FIND_LIBRARY(LIBLAS_LIBRARY NAMES liblas)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment