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

COMP: do not include gdal headers from ImportGDAL, this is done in otbIncludeDirectories

parent fd7e469b
No related branches found
No related tags found
No related merge requests found
......@@ -15,8 +15,6 @@ IF(OTB_USE_EXTERNAL_GDAL)
"Cannot find GDAL. Set GDAL_INCLUDE_DIR and GDAL_LIBRARY")
ENDIF(NOT GDAL_FOUND)
INCLUDE_DIRECTORIES(${GDAL_INCLUDE_DIR})
MESSAGE(STATUS " GDAL includes : ${GDAL_INCLUDE_DIR}")
MESSAGE(STATUS " GDAL library : ${GDAL_LIBRARY}")
......
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