FindBoost: Add -vc140 mangling for VS 14

Co-Author: Pawel Stopinski <diokhan@go2.pl>
This commit is contained in:
Brad King 2014-06-24 15:15:11 -04:00
parent bdc7d9c8d9
commit b1cbd577c1
1 changed files with 2 additions and 0 deletions

View File

@ -383,6 +383,8 @@ function(_Boost_GUESS_COMPILER_PREFIX _ret)
else()
set (_boost_COMPILER "-il")
endif()
elseif (MSVC14)
set(_boost_COMPILER "-vc140")
elseif (MSVC12)
set(_boost_COMPILER "-vc120")
elseif (MSVC11)