No, he&#39;s right. &quot;\\.&quot; when used in a CMake string(REGEX operation matches a single dot exactly. The &quot;\\&quot; is required to get a single &quot;\&quot; 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">&lt;<a href="mailto:themiwi@gmail.com">themiwi@gmail.com</a>&gt;</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>
&gt; On Monday 02 August 2010 17:20:36 Dennis Schridde wrote:<br>
&gt;&gt; Replacing<br>
&gt; &quot;.framework&quot; with &quot;\\.framework&quot; works.<br>
&gt; Was this change already<br>
&gt; commited?<br>
&gt; I.e. is the problem solved in the sources now?<br>
&gt;<br>
&gt; --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>