[Cmake-commits] [cmake-commits] hoffman committed FindBoost.cmake 1.47 1.48

cmake-commits at cmake.org cmake-commits at cmake.org
Wed Oct 21 21:34:26 EDT 2009


Update of /cvsroot/CMake/CMake/Modules
In directory public:/mounts/ram/cvs-serv23669

Modified Files:
	FindBoost.cmake 
Log Message:
fix for bug# 9751, add check for MSVC10


Index: FindBoost.cmake
===================================================================
RCS file: /cvsroot/CMake/CMake/Modules/FindBoost.cmake,v
retrieving revision 1.47
retrieving revision 1.48
diff -C 2 -d -r1.47 -r1.48
*** FindBoost.cmake	9 Oct 2009 05:15:56 -0000	1.47
--- FindBoost.cmake	22 Oct 2009 01:34:24 -0000	1.48
***************
*** 570,573 ****
--- 570,575 ----
      elseif (MSVC90)
        SET (_boost_COMPILER "-vc90")
+     elseif (MSVC10)
+       SET (_boost_COMPILER "-vc100")
      elseif (MSVC80)
        SET (_boost_COMPILER "-vc80")



More information about the Cmake-commits mailing list