From 0a3d1a35cd12d7a63105c305b44c19012d77ec33 Mon Sep 17 00:00:00 2001 From: Shauren Date: Thu, 17 Jul 2014 15:43:39 +0200 Subject: Buildsystem: Removed debugging message from cmake output --- cmake/macros/ConfigureBoost.cmake | 1 - 1 file changed, 1 deletion(-) diff --git a/cmake/macros/ConfigureBoost.cmake b/cmake/macros/ConfigureBoost.cmake index d8514b5ad28..ae5ac633ce2 100644 --- a/cmake/macros/ConfigureBoost.cmake +++ b/cmake/macros/ConfigureBoost.cmake @@ -13,7 +13,6 @@ if(WIN32) if(DEFINED ENV{BOOST_ROOT}) set(BOOST_ROOT $ENV{BOOST_ROOT}) set(BOOST_LIBRARYDIR ${BOOST_ROOT}/lib${PLATFORM}-msvc-12.0) - message(${BOOST_ROOT}) else() message(FATAL_ERROR "No BOOST_ROOT environment variable could be found! Please make sure it is set and the points to your Boost installation.") endif() -- cgit v1.2.3