mirror of
https://github.com/Kitware/CMake.git
synced 2026-01-08 06:40:48 -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()
|
||||
set (_boost_COMPILER "-il")
|
||||
endif()
|
||||
elseif (MSVC12)
|
||||
set(_boost_COMPILER "-vc120")
|
||||
elseif (MSVC11)
|
||||
set(_boost_COMPILER "-vc110")
|
||||
elseif (MSVC10)
|
||||
|
||||
Reference in New Issue
Block a user