<div dir="ltr">On Wed, Sep 24, 2008 at 12:46 PM, Gotthard, Petr <span dir="ltr"><<a href="mailto:Petr.Gotthard@honeywell.com">Petr.Gotthard@honeywell.com</a>></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> </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> </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> </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 "lib" prefix, while others don't. (By default there is no "lib" prefix under
Windows.) I thought it may be safer to allow both "" and "lib" prefixes under
all systems.</font></span></font></div></div></blockquote><div><br>If you'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. You don'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>