mirror of
https://github.com/Kitware/CMake.git
synced 2026-03-03 13:18:37 -06:00
FindBoost: Add -vc120 mangling for VS 12
This commit is contained in:
@@ -349,6 +349,8 @@ function(_Boost_GUESS_COMPILER_PREFIX _ret)
|
|||||||
else()
|
else()
|
||||||
set (_boost_COMPILER "-il")
|
set (_boost_COMPILER "-il")
|
||||||
endif()
|
endif()
|
||||||
|
elseif (MSVC12)
|
||||||
|
set(_boost_COMPILER "-vc120")
|
||||||
elseif (MSVC11)
|
elseif (MSVC11)
|
||||||
set(_boost_COMPILER "-vc110")
|
set(_boost_COMPILER "-vc110")
|
||||||
elseif (MSVC10)
|
elseif (MSVC10)
|
||||||
|
|||||||
Reference in New Issue
Block a user