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

COMP: synchronize UseOTB and ImportMapnik

parent 488f9f10
Branches
Tags
No related merge requests found
......@@ -169,7 +169,7 @@ IF(OTB_USE_MAPNIK)
FIND_PATH(MAPNIK_INCLUDE_DIR mapnik/map.hpp PATHS)
MARK_AS_ADVANCED(MAPNIK_INCLUDE_DIR)
FIND_LIBRARY(MAPNIK_LIBRARY mapnik )
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.
Please register or to comment