From 973bb028114ff9f52a4610b0e4ef7eb290d60b29 Mon Sep 17 00:00:00 2001 From: Julien Malik <julien.malik@c-s.fr> Date: Wed, 11 May 2011 19:22:25 +0200 Subject: [PATCH] COMP: fix MacOS compilation --- Code/Fuzzy/CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Code/Fuzzy/CMakeLists.txt b/Code/Fuzzy/CMakeLists.txt index 5a947922eb..800a234a4c 100644 --- a/Code/Fuzzy/CMakeLists.txt +++ b/Code/Fuzzy/CMakeLists.txt @@ -3,7 +3,7 @@ FILE(GLOB OTBFuzzy_SRCS "*.cxx" ) ADD_LIBRARY(OTBFuzzy ${OTBFuzzy_SRCS}) -TARGET_LINK_LIBRARIES (OTBFuzzy OTBCommon) +TARGET_LINK_LIBRARIES (OTBFuzzy OTBCommon tinyXML) IF(OTB_LIBRARY_PROPERTIES) SET_TARGET_PROPERTIES(OTBFuzzy PROPERTIES ${OTB_LIBRARY_PROPERTIES}) ENDIF(OTB_LIBRARY_PROPERTIES) -- GitLab