From 6f633da4f4dd54c8b488d214a053dbf67933b4e0 Mon Sep 17 00:00:00 2001
From: Rashad Kanavath <rashad.kanavath@c-s.fr>
Date: Thu, 7 Jul 2016 07:46:28 +0200
Subject: [PATCH] COMP: unused cmake variable

---
 Modules/ThirdParty/Boost/otb-module-init.cmake | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Modules/ThirdParty/Boost/otb-module-init.cmake b/Modules/ThirdParty/Boost/otb-module-init.cmake
index fb40d6d7f6..6efec08924 100644
--- a/Modules/ThirdParty/Boost/otb-module-init.cmake
+++ b/Modules/ThirdParty/Boost/otb-module-init.cmake
@@ -6,6 +6,6 @@ if (BUILD_TESTING)
   if (NOT Boost_UNIT_TEST_FRAMEWORK_FOUND)
     message(STATUS "Boost unit_test_framework not found. Hence otbOGRTests will be skipped")
   else()
-    message(STATUS "Found Boost components: ${OTB_Boost_COMPONENTS}")
+    message(STATUS "Found Boost components: unit_test_framework")
   endif()
 endif() #BUILD_TESTING
-- 
GitLab