From f0da48e07f9d09b2081cb6bdcbfcb4d189d38051 Mon Sep 17 00:00:00 2001 From: "raffaele.gaetano" <raffaele.gaetano@cirad.fr> Date: Fri, 7 Feb 2020 12:20:26 +0100 Subject: [PATCH] Update CMakeLists in app --- app/CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/CMakeLists.txt b/app/CMakeLists.txt index 78b3a85..6b23698 100644 --- a/app/CMakeLists.txt +++ b/app/CMakeLists.txt @@ -2,4 +2,4 @@ cmake_minimum_required (VERSION 2.8) OTB_CREATE_APPLICATION(NAME TimeSeriesStats SOURCES otbTimeSeriesStats.cxx - LINK_LIBRARIES OTBCommon) \ No newline at end of file + LINK_LIBRARIES ${${otb-module}_LIBRARIES}) -- GitLab