From 8807f9a6028a292dce4eaba7359a66c83878a447 Mon Sep 17 00:00:00 2001
From: Thomas Feuvrier <thomas.feuvrier@c-s.fr>
Date: Fri, 18 Jul 2008 15:05:21 +0000
Subject: [PATCH] =?UTF-8?q?Pour=20MAC=20d=C3=A9pendence=20de=20lib=20pour?=
 =?UTF-8?q?=20la=20compilation=20en=20"shared"?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit

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

diff --git a/Utilities/otbgeotiff/libxtiff/CMakeLists.txt b/Utilities/otbgeotiff/libxtiff/CMakeLists.txt
index b5fbace45d..786f706f77 100644
--- a/Utilities/otbgeotiff/libxtiff/CMakeLists.txt
+++ b/Utilities/otbgeotiff/libxtiff/CMakeLists.txt
@@ -3,7 +3,7 @@ PROJECT(libxtiff)
 FILE(GLOB libxtiff_SRCS "*.c")
 FILE(GLOB libxtiff_HDRS "*.h")
 ADD_LIBRARY(otbxtiff ${libxtiff_SRCS})
-TARGET_LINK_LIBRARIES(otbxtiff)
+TARGET_LINK_LIBRARIES(otbxtiff itktiff)
 
 INSTALL(TARGETS otbxtiff
 RUNTIME DESTINATION ${OTB_INSTALL_BIN_DIR} COMPONENT RuntimeLibraries
-- 
GitLab