From df487fc04e770917d2b81b536894d15826d0adc4 Mon Sep 17 00:00:00 2001 From: Bill Hoffman Date: Wed, 21 Oct 2009 21:34:24 -0400 Subject: fix for bug# 9751, add check for MSVC10 --- Modules/FindBoost.cmake | 2 ++ 1 file changed, 2 insertions(+) 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) -- cgit v0.12