From 3ea696acec507d82b8c7a568f56d2a1ccb02c9fd Mon Sep 17 00:00:00 2001 From: Victor Poughon <victor.poughon@cnes.fr> Date: Fri, 20 Jul 2018 16:51:33 +0200 Subject: [PATCH] Update CMakeLists.txt --- Modules/Applications/AppFusion/app/CMakeLists.txt | 3 --- 1 file changed, 3 deletions(-) diff --git a/Modules/Applications/AppFusion/app/CMakeLists.txt b/Modules/Applications/AppFusion/app/CMakeLists.txt index 62a40faa23..61daf7c607 100644 --- a/Modules/Applications/AppFusion/app/CMakeLists.txt +++ b/Modules/Applications/AppFusion/app/CMakeLists.txt @@ -27,6 +27,3 @@ otb_create_application( NAME Pansharpening SOURCES otbPansharpening.cxx LINK_LIBRARIES ${${otb-module}_LIBRARIES}) - -# Mantis-1427 : temporary fix -add_dependencies(${otb-module}-all otbapp_Superimpose) -- GitLab