fix for bug# 9751, add check for MSVC10

This commit is contained in:
Bill Hoffman 2009-10-21 21:34:24 -04:00
parent 7c06e91c9c
commit df487fc04e
1 changed files with 2 additions and 0 deletions

View File

@ -569,6 +569,8 @@ ELSE (_boost_IN_CACHE)
endif()
elseif (MSVC90)
SET (_boost_COMPILER "-vc90")
elseif (MSVC10)
SET (_boost_COMPILER "-vc100")
elseif (MSVC80)
SET (_boost_COMPILER "-vc80")
elseif (MSVC71)