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

COMP: fix mismatch in ImportGDAL

parent 70420be2
No related branches found
No related tags found
No related merge requests found
......@@ -20,7 +20,7 @@ IF(OTB_USE_EXTERNAL_GDAL)
IF(UNIX)
IF (NOT GDAL_CONFIG)
MESSAGE(FATAL_ERROR "Cannot find gdal-config. Set GDAL_CONFIG")
ENDIF(NOT GDAL_FOUND)
ENDIF(NOT GDAL_CONFIG)
EXECUTE_PROCESS(COMMAND ${GDAL_CONFIG} --version
OUTPUT_VARIABLE GDAL_VERSION
......
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