From 7e99362669c3cd1b1542198c00561d581c5da637 Mon Sep 17 00:00:00 2001 From: Julien Malik <julien.malik@c-s.fr> Date: Wed, 18 Feb 2015 14:35:08 +0100 Subject: [PATCH] COMP: install otbApplicationLauncherCommandLine --- Modules/Wrappers/CommandLine/src/CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Modules/Wrappers/CommandLine/src/CMakeLists.txt b/Modules/Wrappers/CommandLine/src/CMakeLists.txt index 0d0e3f6f44..4aaf60c8fc 100644 --- a/Modules/Wrappers/CommandLine/src/CMakeLists.txt +++ b/Modules/Wrappers/CommandLine/src/CMakeLists.txt @@ -13,4 +13,4 @@ otb_module_target(OTBCommandLine) add_executable(otbApplicationLauncherCommandLine otbApplicationLauncherCommandLine.cxx) target_link_libraries(otbApplicationLauncherCommandLine OTBCommandLine) -otb_module_target_label(otbApplicationLauncherCommandLine) +otb_module_target(otbApplicationLauncherCommandLine) -- GitLab