Merge pull request #128 from teeks99/use_141

Using 141 instead of 1410
This commit is contained in:
Rene Rivera
2017-03-21 09:15:24 -05:00
committed by GitHub

View File

@ -168,8 +168,8 @@ BOOST_LIB_VERSION: The Boost version, in the form x_y, for Boost version x.y.
# elif defined(BOOST_MSVC)
// vc14.10:
# define BOOST_LIB_TOOLSET "vc1410"
// vc14.1:
# define BOOST_LIB_TOOLSET "vc141"
# elif defined(__BORLANDC__)