mirror of
https://github.com/Kitware/CMake.git
synced 2026-05-06 22:30:07 -05:00
fix for bug# 9751, add check for MSVC10
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user