Skip to content
Snippets Groups Projects
Commit 88a6e335 authored by Aurélien Bricier's avatar Aurélien Bricier
Browse files

COMP: fixed Rasterization compilation on non mapnik-ready platforms

parent bf2e5aa3
No related branches found
No related tags found
No related merge requests found
......@@ -60,8 +60,10 @@ ADD_EXECUTABLE(DanielssonDistanceMapImageFilter DanielssonDistanceMapImageFilter
TARGET_LINK_LIBRARIES(DanielssonDistanceMapImageFilter OTBCommon OTBIO
ITKCommon ITKBasicFilters)
IF(OTB_USE_MAPNIK)
ADD_EXECUTABLE(RasterizationExample RasterizationExample.cxx)
TARGET_LINK_LIBRARIES(RasterizationExample OTBCommon OTBIO OTBBasicFilters)
ENDIF(OTB_USE_MAPNIK)
IF( NOT OTB_DISABLE_CXX_TESTING AND BUILD_TESTING )
......
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