diff options
Diffstat (limited to 'Modules/FindBoost.cmake')
-rw-r--r-- | Modules/FindBoost.cmake | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/Modules/FindBoost.cmake b/Modules/FindBoost.cmake index 04f5d52..428be9e 100644 --- a/Modules/FindBoost.cmake +++ b/Modules/FindBoost.cmake @@ -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) |