Buildsystem: Removed debugging message from cmake output

This commit is contained in:
Shauren
2014-07-17 15:43:39 +02:00
parent 7532864264
commit 0a3d1a35cd

View File

@@ -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()