From 8809b8f8ee8a5a04c4476a1b9a06f707eac5aa75 Mon Sep 17 00:00:00 2001 From: Rashad Kanavath <rashad.kanavath@c-s.fr> Date: Thu, 7 Jul 2016 07:22:59 +0200 Subject: [PATCH] COMP: remove debug traces --- Modules/ThirdParty/OssimPlugins/src/CMakeLists.txt | 1 - 1 file changed, 1 deletion(-) diff --git a/Modules/ThirdParty/OssimPlugins/src/CMakeLists.txt b/Modules/ThirdParty/OssimPlugins/src/CMakeLists.txt index ea5fd6a3d8..48ff467aad 100644 --- a/Modules/ThirdParty/OssimPlugins/src/CMakeLists.txt +++ b/Modules/ThirdParty/OssimPlugins/src/CMakeLists.txt @@ -64,7 +64,6 @@ set(ossimplugins_SOURCES ) add_library(otbossimplugins ${ossimplugins_LIBTYPE} ${ossimplugins_SOURCES}) -message(STATUS "lib for ossim: ${OTBBoost_LIBRARIES}") target_link_libraries(otbossimplugins ${OTBBoost_LIBRARIES} ${OTBGDAL_LIBRARIES} -- GitLab