FindBoost: Add -vc120 mangling for VS 12
This commit is contained in:
parent
e99d7b1c1f
commit
78fdbbcb41
|
@ -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)
|
||||
|
|
Loading…
Reference in New Issue