Skip to content

Fixes for NamespaceHandler

Guillaume Pasero requested to merge change_cmake_namespace into develop

Two fixes for the NamespaceHandler:

  • there was target names in OTBStandaloneModuleMacros that needed to be patched as well
  • there was a OTBApplicationEngine in OTBApplicationMacros, but it should not be here, the dependency to OTBApplicationEngine should be in the DEPENDS from otb-module.cmake

Merge request reports