From db6071645e32f02f6f8e14d6ac820a1938fda0c1 Mon Sep 17 00:00:00 2001
From: remicres <remi.cresson@teledetection.fr>
Date: Fri, 12 Feb 2016 10:32:02 +0100
Subject: [PATCH] add CMakeList (mpi is needed)

---
 Applications/CMakeLists.txt | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Applications/CMakeLists.txt b/Applications/CMakeLists.txt
index c04c772..6e5a6c2 100644
--- a/Applications/CMakeLists.txt
+++ b/Applications/CMakeLists.txt
@@ -16,4 +16,4 @@
 
 #=========================================================================
 add_executable(Test lsgrmProto.cxx)
-target_link_libraries(Test OTBLSGRM)
+target_link_libraries(Test OTBLSGRM ${MPI_CXX_LIBRARIES})
-- 
GitLab