Skip to content
Snippets Groups Projects
Commit 78fdbbcb authored by Brad King's avatar Brad King
Browse files

FindBoost: Add -vc120 mangling for VS 12

parent e99d7b1c
No related branches found
No related tags found
No related merge requests found
......@@ -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)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment