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