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

COMP: the variable to be used for gdal includes is GDAL_INCLUDE_DIRS not GDAL_INCLUDE_DIR

parent cb631204
No related branches found
No related tags found
No related merge requests found
......@@ -302,7 +302,7 @@ ENDIF(WIN32)
#For GDAL header file
SET(OTB_INCLUDE_ABSOLUE_DIRS ${OTB_INCLUDE_ABSOLUE_DIRS}
${GDAL_INCLUDE_DIR} )
${GDAL_INCLUDE_DIRS} )
#For EXPAT header file
IF(OTB_USE_EXTERNAL_EXPAT)
......
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