<div dir="ltr"><div class="gmail_extra"><div class="gmail_quote"><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left-width:1px;border-left-color:rgb(204,204,204);border-left-style:solid;padding-left:1ex">
Since you are not telling us your CMake version I can't say for sure,<br>
but it may just be that the FindBoost module does not know about the<br>
newer Boost version.<br>
<br>
> how can i update the FindBoost.cmake file so that I get new version ?<br>
<br>
set(Boost_ADDITIONAL_VERSIONS 1.55 1.55.0)<br>
find_package(Boost)<br>
<br>
Make sure to do that with a clean cache (e.g. new build dir), otherwise<br>
the result of the previous run will be reused.<br>
<br>
Eike<br></blockquote><div><br></div><font face="arial, sans-serif">cmake version 2.8.12.1</font><br></div></div></div>