Skip to content
Snippets Groups Projects
Commit 41318fcc authored by Emmanuel Christophe's avatar Emmanuel Christophe
Browse files

COMP: clearing up gdal mess

parent b829fa03
No related branches found
No related tags found
No related merge requests found
......@@ -324,7 +324,7 @@ ENDIF (NOT GDAL_INCLUDE_DIRS)
INCLUDE_DIRECTORIES(${GDAL_INCLUDE_DIRS})
FIND_LIBRARY(GDAL_LIBRARY NAMES gdal gdal1.5.0 PATHS ${GDAL_LIBRARY_DIRS} /usr/lib/gdal)
FIND_LIBRARY(GDAL_LIBRARY NAMES gdal gdal1.6.0 gdal1.5.0 gdal1.4.0 gdal1.3.2 PATHS /usr/lib/gdal)
IF (NOT GDAL_LIBRARY)
MESSAGE(FATAL_ERROR
......
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