<div dir="ltr">On Wed, Sep 24, 2008 at 12:46 PM, Gotthard, Petr <span dir="ltr">&lt;<a href="mailto:Petr.Gotthard@honeywell.com">Petr.Gotthard@honeywell.com</a>&gt;</span> wrote:<br><div class="gmail_quote"><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">




<div>
<div dir="ltr" align="left"><font size="2" color="#0000ff" face="Arial"><span>Philip,</span></font></div>
<div dir="ltr" align="left"><font size="2" color="#0000ff" face="Arial"><span></span></font>&nbsp;</div>
<div dir="ltr" align="left"><font size="2" color="#0000ff" face="Arial"><span>I have updated the FindRTI.cmake based on your 
comments. Many thanks.</span></font></div></div></blockquote><div><br>Petr,<br>
<br>
Thanks for making the changes.<br>&nbsp;</div><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;"><div><div dir="ltr" align="left"><font size="2" color="#0000ff" face="Arial"><span></span></font></div>

<div dir="ltr" align="left"><font size="2" color="#0000ff" face="Arial"><span></span></font>&nbsp;</div>
<div dir="ltr" align="left"><font size="2" color="#0000ff" face="Arial"><span>One explanation:</span></font></div>
<div dir="ltr" align="left"><font size="2" color="#0000ff" face="Arial"><span>I have to manipulate <font size="2">CMAKE_FIND_LIBRARY_PREFIXES because under Windows some RTI libraries have 
the &quot;lib&quot; prefix, while others don&#39;t. (By default there is no &quot;lib&quot; prefix under 
Windows.) I thought it may be safer to allow both &quot;&quot; and &quot;lib&quot; prefixes under 
all systems.</font></span></font></div></div></blockquote><div><br>If you&#39;re going to go the CMAKE_FIND_LIBRARY_PREFIXES route then be sure to save off the contents of the variable prior to redefining it and then restore it when finished.&nbsp; You don&#39;t want your module to change the default behavior of CMake for other find modules which get called afterwards.<br>
<br>Alternatively you can always add libRTI to the list of allowable library names and include an explanation.<br><br></div></div>-- <br>Philip Lowman<br>
</div>