From 95eab3e6432928e1e913d139c0ce7ff7486c9a8c Mon Sep 17 00:00:00 2001
From: Emmanuel Christophe <emmanuel.christophe@orfeo-toolbox.org>
Date: Sat, 14 May 2011 18:49:01 -0700
Subject: [PATCH] ENH: remove commented line

---
 Code/Projections/CMakeLists.txt | 1 -
 1 file changed, 1 deletion(-)

diff --git a/Code/Projections/CMakeLists.txt b/Code/Projections/CMakeLists.txt
index 785eb33918..43d7f530ff 100644
--- a/Code/Projections/CMakeLists.txt
+++ b/Code/Projections/CMakeLists.txt
@@ -6,7 +6,6 @@ IF( NOT OTB_USE_CURL )
 ENDIF( NOT OTB_USE_CURL )
 
 ADD_LIBRARY(OTBProjections ${OTBProjections_SRCS})
-# TARGET_LINK_LIBRARIES(OTBProjections OTBIO otbossimplugins)
 TARGET_LINK_LIBRARIES(OTBProjections OTBIO)
 IF( OTB_USE_CURL )
     TARGET_LINK_LIBRARIES (OTBProjections ${CURL_LIBRARY} tinyXML)
-- 
GitLab