diff --git a/Modules/Applications/AppFusion/app/CMakeLists.txt b/Modules/Applications/AppFusion/app/CMakeLists.txt index a75c4ca00da7b4805a004aea9757694f8a1f2903..1e7a0eb91559fd30e65a87870e8af08f661c6307 100644 --- a/Modules/Applications/AppFusion/app/CMakeLists.txt +++ b/Modules/Applications/AppFusion/app/CMakeLists.txt @@ -35,3 +35,6 @@ otb_create_application( NAME Pansharpening SOURCES otbPansharpening.cxx LINK_LIBRARIES ${${otb-module}_LIBRARIES}) + +# Mantis-1427 : temporary fix +add_dependencies(${otb-module}-all otbapp_Superimpose)