aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorShauren <shauren.trinity@gmail.com>2014-07-17 15:43:39 +0200
committerShauren <shauren.trinity@gmail.com>2014-07-17 15:43:39 +0200
commit0a3d1a35cd12d7a63105c305b44c19012d77ec33 (patch)
tree5d0dd42a5255c857f3e0038112648b53c3067e74
parent7532864264dd3b3b820c4b3c39ee900d5ff7cb0e (diff)
Buildsystem: Removed debugging message from cmake output
-rw-r--r--cmake/macros/ConfigureBoost.cmake1
1 files changed, 0 insertions, 1 deletions
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()