FindBoost: Add -vc140 mangling for VS 14
Co-Author: Pawel Stopinski <diokhan@go2.pl>
This commit is contained in:
parent
bdc7d9c8d9
commit
b1cbd577c1
|
@ -383,6 +383,8 @@ function(_Boost_GUESS_COMPILER_PREFIX _ret)
|
||||||
else()
|
else()
|
||||||
set (_boost_COMPILER "-il")
|
set (_boost_COMPILER "-il")
|
||||||
endif()
|
endif()
|
||||||
|
elseif (MSVC14)
|
||||||
|
set(_boost_COMPILER "-vc140")
|
||||||
elseif (MSVC12)
|
elseif (MSVC12)
|
||||||
set(_boost_COMPILER "-vc120")
|
set(_boost_COMPILER "-vc120")
|
||||||
elseif (MSVC11)
|
elseif (MSVC11)
|
||||||
|
|
Loading…
Reference in New Issue