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

COMP: look for the numbered version before.

parent 441adcfc
No related branches found
No related tags found
No related merge requests found
......@@ -10,7 +10,7 @@ IF(OTB_USE_MAPNIK)
FIND_PATH(MAPNIK_INCLUDE_DIR mapnik/map.hpp PATHS)
MARK_AS_ADVANCED(MAPNIK_INCLUDE_DIR)
FIND_LIBRARY(MAPNIK_LIBRARY NAMES mapnik mapnik2)
FIND_LIBRARY(MAPNIK_LIBRARY NAMES mapnik2 mapnik)
MARK_AS_ADVANCED(MAPNIK_LIBRARY)
FIND_PATH(FREETYPE2_INCLUDE_DIR freetype/freetype.h PATHS /usr/include/freetype2)
......
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