BuildSystem/CMake: Fixed cmake configuring when building in 32 bits.

This commit is contained in:
Subv
2014-06-22 12:54:10 -05:00
parent bfcbde1c97
commit fa1da7a921

View File

@@ -12,7 +12,7 @@ if(WIN32)
set(BOOST_DEBUG ON)
if(DEFINED ENV{BOOST_ROOT})
set(BOOST_ROOT $ENV{BOOST_ROOT})
set(BOOST_LIBRARYDIR ${BOOST_ROOT}/lib64-msvc-12.0)
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.")