FindBoost: Add -vc120 mangling for VS 12

This commit is contained in:
Brad King 2013-06-28 16:19:08 -04:00
parent e99d7b1c1f
commit 78fdbbcb41
1 changed files with 2 additions and 0 deletions

View File

@ -349,6 +349,8 @@ function(_Boost_GUESS_COMPILER_PREFIX _ret)
else()
set (_boost_COMPILER "-il")
endif()
elseif (MSVC12)
set(_boost_COMPILER "-vc120")
elseif (MSVC11)
set(_boost_COMPILER "-vc110")
elseif (MSVC10)