Unification of names for the BOOST library directory in Windows 32 and win64

This commit is contained in:
Alexander Pinzon
2012-09-25 15:27:11 +00:00
parent 9b34237c09
commit 38b93b968c

View File

@@ -1073,7 +1073,7 @@ elseif(WIN32)
set(BOOST ${LIBDIR}/boost)
set(BOOST_INCLUDE_DIR ${BOOST}/include)
if(MSVC10)
set(BOOST_LIBPATH ${BOOST}/lib/vc_10)
set(BOOST_LIBPATH ${BOOST}/vc2010/lib)
set(BOOST_POSTFIX "vc100-mt-s-1_49.lib")
set(BOOST_DEBUG_POSTFIX "vc100-mt-sgd-1_49.lib")
else()