diff --git a/CMake/ImportMapnik.cmake b/CMake/ImportMapnik.cmake index 70b3dd57949f7ef7f04a4bf6e74594f97b4710aa..cd20fc30b4ebc2b9a8bf2aaa84d0e3d154486f87 100644 --- a/CMake/ImportMapnik.cmake +++ b/CMake/ImportMapnik.cmake @@ -75,8 +75,8 @@ IF(OTB_USE_MAPNIK) MESSAGE(STATUS " Testing if Mapnik2 -- yes") ELSE(OTB_MAPNIK_SUPPORTS_API20) MESSAGE(STATUS " Testing if Mapnik2 -- no") - MESSAGE(STATUS "Does not support mapnik2 interface: ${OUTPUT}") - MESSAGE(STATUS "Assuming mapnik 0.7") + #MESSAGE(STATUS "Does not support mapnik2 interface: ${OUTPUT}") + MESSAGE(STATUS " Assuming mapnik 0.7") # This should be dropped when we don't want to support this any more # Estimated date: 02/2013. ADD_DEFINITIONS(-DOTB_MAPNIK_COMPATIBILITY_API07)