<html xmlns:o="urn:schemas-microsoft-com:office:office" xmlns:w="urn:schemas-microsoft-com:office:word" xmlns="http://www.w3.org/TR/REC-html40">

<head>
<meta http-equiv=Content-Type content="text/html; charset=us-ascii">
<meta name=Generator content="Microsoft Word 11 (filtered medium)">
<style>
<!--
 /* Style Definitions */
 p.MsoNormal, li.MsoNormal, div.MsoNormal
        {margin:0in;
        margin-bottom:.0001pt;
        font-size:12.0pt;
        font-family:"Times New Roman";}
a:link, span.MsoHyperlink
        {color:blue;
        text-decoration:underline;}
a:visited, span.MsoHyperlinkFollowed
        {color:purple;
        text-decoration:underline;}
span.EmailStyle17
        {mso-style-type:personal-compose;
        font-family:Arial;
        color:windowtext;}
@page Section1
        {size:8.5in 11.0in;
        margin:1.0in 1.25in 1.0in 1.25in;}
div.Section1
        {page:Section1;}
-->
</style>

</head>

<body lang=EN-US link=blue vlink=purple>

<div class=Section1>

<p class=MsoNormal><font size=2 face=Arial><span style='font-size:10.0pt;
font-family:Arial'>I was had trouble getting FindBoost.cmake to work correctly
and I found that there was a variable I had to adjust in the FindBoost.cmake
file:<o:p></o:p></span></font></p>

<p class=MsoNormal><font size=2 face=Arial><span style='font-size:10.0pt;
font-family:Arial'><o:p>&nbsp;</o:p></span></font></p>

<p class=MsoNormal><font size=2 face=Arial><span style='font-size:10.0pt;
font-family:Arial'>set(_Boost_KNOWN_VERSIONS ${Boost_ADDITIONAL_VERSIONS}<o:p></o:p></span></font></p>

<p class=MsoNormal><font size=2 face=Arial><span style='font-size:10.0pt;
font-family:Arial'>&nbsp;&nbsp;&nbsp; &quot;1.41.0&quot; &quot;1.41&quot;
&quot;1.40.0&quot; &quot;1.40&quot; &quot;1.39.0&quot; &quot;1.39&quot;
&quot;1.38.0&quot; &quot;1.38&quot; &quot;1.37.0&quot; &quot;1.37&quot;<o:p></o:p></span></font></p>

<p class=MsoNormal><font size=2 face=Arial><span style='font-size:10.0pt;
font-family:Arial'>&nbsp;&nbsp;&nbsp; &quot;1.36.1&quot; &quot;1.36.0&quot;
&quot;1.36&quot; &quot;1.35.1&quot; &quot;1.35.0&quot; &quot;1.35&quot;
&quot;1.34.1&quot; &quot;1.34.0&quot;<o:p></o:p></span></font></p>

<p class=MsoNormal><font size=2 face=Arial><span style='font-size:10.0pt;
font-family:Arial'>&nbsp;&nbsp;&nbsp; &quot;1.34&quot; &quot;1.33.1&quot;
&quot;1.33.0&quot; &quot;1.33&quot;)<o:p></o:p></span></font></p>

<p class=MsoNormal><font size=2 face=Arial><span style='font-size:10.0pt;
font-family:Arial'><o:p>&nbsp;</o:p></span></font></p>

<p class=MsoNormal><font size=2 face=Arial><span style='font-size:10.0pt;
font-family:Arial'>I&#8217;m using cmake 2.8.8.&nbsp; I had to add &#8220;1.44.0&#8221;
to the list because that&#8217;s the newest version.&nbsp; From their website
it looks like this file ought to be fixed to reflect the new versions:<o:p></o:p></span></font></p>

<p class=MsoNormal><font size=2 face=Arial><span style='font-size:10.0pt;
font-family:Arial'><o:p>&nbsp;</o:p></span></font></p>

<p class=MsoNormal><font size=2 face=Arial><span style='font-size:10.0pt;
font-family:Arial'>set(_Boost_KNOWN_VERSIONS ${Boost_ADDITIONAL_VERSIONS}<o:p></o:p></span></font></p>

<p class=MsoNormal><font size=2 face=Arial><span style='font-size:10.0pt;
font-family:Arial'>&nbsp;&nbsp;&nbsp; &#8220;1.44.0&#8221; &#8220;1.44&#8221; &#8220;1.43.0&#8221;
&#8220;1.43&#8221; &#8220;1.42.0&#8221; &#8220;1.42&#8221; &quot;1.41.0&quot;
&quot;1.41&quot; &quot;1.40.0&quot; &quot;1.40&quot; <o:p></o:p></span></font></p>

<p class=MsoNormal><font size=2 face=Arial><span style='font-size:10.0pt;
font-family:Arial'>&nbsp;&nbsp;&nbsp; &quot;1.39.0&quot; &quot;1.39&quot;
&quot;1.38.0&quot; &quot;1.38&quot; &quot;1.37.0&quot; &quot;1.37&quot; &quot;1.36.1&quot;
&quot;1.36.0&quot; &quot;1.36&quot; &quot;1.35.1&quot; &quot;1.35.0&quot; <o:p></o:p></span></font></p>

<p class=MsoNormal><font size=2 face=Arial><span style='font-size:10.0pt;
font-family:Arial'>&nbsp;&nbsp;&nbsp; &quot;1.35&quot; &quot;1.34.1&quot;
&quot;1.34.0&quot; &quot;1.34&quot; &quot;1.33.1&quot; &quot;1.33.0&quot;
&quot;1.33&quot;)<o:p></o:p></span></font></p>

<p class=MsoNormal><font size=2 face=Arial><span style='font-size:10.0pt;
font-family:Arial'><o:p>&nbsp;</o:p></span></font></p>

<p class=MsoNormal><font size=2 face=Arial><span style='font-size:10.0pt;
font-family:Arial'>Maybe there&#8217;s a pre-release checklist of items that
get updated before each list that this can be added to.&nbsp; It looks like
this variable will need to be constantly updated.&nbsp; After I added &#8220;1.44.0&#8221;
to the list, it works as expected.<o:p></o:p></span></font></p>

<p class=MsoNormal><font size=2 face=Arial><span style='font-size:10.0pt;
font-family:Arial'><o:p>&nbsp;</o:p></span></font></p>

<p class=MsoNormal><font size=2 face=Arial><span style='font-size:10.0pt;
font-family:Arial'>--<o:p></o:p></span></font></p>

<p class=MsoNormal><font size=2 face=Arial><span style='font-size:10.0pt;
font-family:Arial'>Shane<o:p></o:p></span></font></p>

</div>

</body>

</html>