Skip to content
Snippets Groups Projects

Deprecate mapnik in 7.0

Merged Guillaume Pasero requested to merge deprecate-mapnik into develop
All threads resolved!
7 files
+ 19
6
Compare changes
  • Side-by-side
  • Inline
Files
7
@@ -196,6 +196,8 @@ foreach(otb-module ${OTB_MODULES_ALL})
if(OTB_MODULE_${otb-module}_ACTIVATION_OPTION
AND NOT ${OTB_MODULE_${otb-module}_ACTIVATION_OPTION})
otb_module_disable("${otb-module}" "${OTB_MODULE_${otb-module}_ACTIVATION_OPTION}")
elseif(OTB_MODULE_${otb-module}_IS_DEPRECATED AND NOT OTB_USE_DEPRECATED)
otb_module_disable("${otb-module}" "OTB_USE_DEPRECATED")
endif()
endforeach()
Loading