<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>

<meta http-equiv="content-type" content="text/html; charset=ISO-8859-1">
</head>
<body bgcolor="#ffffff" text="#000000">
<font face="Calibri">Hello,<br>
<br>
I dont know if I post on the right mailing-list or if the project
(boost + cmake) is still "alive".<br>
But I found a bug trying to compile boost.1.41.cmake0 with visual
studio 2010.<br>
The BOOL_TOOLSET variable wasn't correctly initialized so when I used
FindBoost package to find my boost libraries, the package was looking
for wrong names.<br>
<br>
So after many tries, I found the cmake file where to correct things :<br>
boost-1.41.0.cmake0\tools\build\CMake\BoostConfig.cmake<br>
where we have to add :<br>
<br>
&nbsp; elseif(MSVC10)<br>
&nbsp;&nbsp;&nbsp; set(BOOST_TOOLSET "vc100")<br>
&nbsp;&nbsp;&nbsp; set(BOOST_COMPILER "msvc")<br>
&nbsp;&nbsp;&nbsp; set(BOOST_COMPILER_VERSION "10.0")<br>
<br>
I don't know if I need to push the patch on git or Troy will do it in
the future.<br>
<br>
But I hope my message will help some people.<br>
Frederic<br>
<br>
</font>
<pre class="moz-signature" cols="72">-- 
Frederic Cervenansky               Tel  : +33 (0)4 72 43 87 85
CREATIS-LRMN                       Fax  : +33 (0)4 72 43 85 26
INSA - Batiment Blaise Pascal
69621 Villeurbanne Cedex
France </pre>
</body>
</html>