Hello all,<br>Any body find problem in using FindBoost with cmake-2.6.<br><br>I&#39;m using g++ compiler on SLES 10.0 with boost 1.35. <br><br>I&#39;m able to find boost include dir and boost library dir, but some how I was not getting the boost components correctly.<br>
<br>I tried this.<br><br>Find_Package (Boost 1.35.0<br>COMPONENTS date_time filesystem signals)<br><br>I was getting Boost_DATE_TIME_LIBRARY_DEBUG-NOTFOUND.<br><br>I&#39;ve browsed the FindBoost.cmake file and found out a problem with STRING(REGEX REPLACE ...) command around line 377. <br>
<br>It is removing the &#39;.&#39; from the version number. I&#39;ve modified the line removing the extra white space after the version number to this<br><br>STRING (REGEX REPLACE &quot;.* ([0-9])\\.([0-9])\\.[0-9].*&quot; &quot;\\1\\2&quot; _boost_COMPILER_VERSION ${_boost_COMPILER_VERSION})<br>
<br>Thought somebody can fix this in trunk.<br><br>Thanks,<br>Surya<br>