<div dir="ltr">Was there ever a bug filed on this? If so, what&#39;s the issue number in the bug tracker?<div><br></div><div>Thx,</div><div>David Cole</div><div><br><div class="gmail_quote">On Mon, Jul 28, 2008 at 7:15 AM, Doug Gregor <span dir="ltr">&lt;<a href="mailto:doug.gregor@gmail.com">doug.gregor@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="Wj3C7c">On Fri, Jul 25, 2008 at 7:56 PM, Gregory Peele ARA/CFD &lt;<a href="mailto:gpeele@ara.com">gpeele@ara.com</a>&gt; wrote:<br>

&gt; I&#39;m really pleased with the component-based CPack installer with the NSIS<br>
&gt; backend, and am currently using the July 24th &nbsp;CVS snapshot of CMake to take<br>
&gt; advantage of it. &nbsp;Today I ran into a &nbsp;puzzler though. &nbsp;Some of the files I&#39;m<br>
&gt; installing have spaces in the relative path, and the NSIS script containing<br>
&gt; them is being generated with extra quotes surrounding the full relative<br>
&gt; install path, causing makensis to fail.<br>
&gt;<br>
&gt;<br>
&gt;<br>
&gt; For example, my file is &quot;Plugin Config.xml&quot;, and my install command is<br>
&gt;<br>
&gt;<br>
&gt;<br>
&gt; INSTALL (FILES &quot;Plugin Config.xml&quot; DESTINATION bin/config COMPONENT<br>
&gt; PLUGINS).<br>
&gt;<br>
&gt;<br>
&gt;<br>
&gt; In the generated NSIS project.nsi file, this creates a line<br>
&gt;<br>
&gt;<br>
&gt;<br>
&gt; Delete &quot;$INSTDIR\&quot;bin\config\plugin\Plugin Config.xml&quot;&quot;<br>
&gt;<br>
&gt;<br>
&gt;<br>
&gt; under the Remove_${PLUGINS} section. &nbsp;The extra quotes are causing makensis<br>
&gt; to bail (and confusing it enough that tracking down the actual problem was<br>
&gt; quite a challenge.)<br>
&gt;<br>
&gt;<br>
&gt;<br>
&gt; Do I just not properly understand how to quote strings in CMake, or is this<br>
&gt; a bug in the NSIS generator?<br>
<br>
</div></div>That&#39;s definitely a bug in the generator. Would you file a bug report<br>
at <a href="http://public.kitware.com/Bug/" target="_blank">http://public.kitware.com/Bug/</a> ?<br>
<br>
 &nbsp;- Doug<br>
_______________________________________________<br>
CMake mailing list<br>
<a href="mailto:CMake@cmake.org">CMake@cmake.org</a><br>
<a href="http://www.cmake.org/mailman/listinfo/cmake" target="_blank">http://www.cmake.org/mailman/listinfo/cmake</a><br>
</blockquote></div><br></div></div>