No, he's right. "\\." when used in a CMake string(REGEX operation matches a single dot exactly. The "\\" is required to get a single "\" into the regular expression engine.<div><br><br><div class="gmail_quote">
On Thu, Aug 5, 2010 at 5:39 AM, Michael Wild <span dir="ltr"><<a href="mailto:themiwi@gmail.com">themiwi@gmail.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex;">
<div><div></div><div class="h5"><br>
On 5. Aug, 2010, at 11:28 , Dennis Schridde wrote:<br>
<br>
> On Monday 02 August 2010 17:20:36 Dennis Schridde wrote:<br>
>> Replacing<br>
> ".framework" with "\\.framework" works.<br>
> Was this change already<br>
> commited?<br>
> I.e. is the problem solved in the sources now?<br>
><br>
> --Dennis<br>
<br>
</div></div>IMHO this is wrong. \\. searches for a literal backslash. Although it works on your machine, it will break on Mac OS X where Qt is installed as a framework.<br>
<font color="#888888"><br>
Michael<br>
</font><div><div></div><div class="h5"><br>
_______________________________________________<br>
Powered by <a href="http://www.kitware.com" target="_blank">www.kitware.com</a><br>
<br>
Visit other Kitware open-source projects at <a href="http://www.kitware.com/opensource/opensource.html" target="_blank">http://www.kitware.com/opensource/opensource.html</a><br>
<br>
Please keep messages on-topic and check the CMake FAQ at: <a href="http://www.cmake.org/Wiki/CMake_FAQ" target="_blank">http://www.cmake.org/Wiki/CMake_FAQ</a><br>
<br>
Follow this link to subscribe/unsubscribe:<br>
<a href="http://www.cmake.org/mailman/listinfo/cmake" target="_blank">http://www.cmake.org/mailman/listinfo/cmake</a><br>
</div></div></blockquote></div><br></div>