<div class="gmail_quote">On Fri, Jun 18, 2010 at 1:01 PM, Tyler Roscoe <span dir="ltr">&lt;<a href="mailto:tyler@cryptio.net">tyler@cryptio.net</a>&gt;</span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex;">
<div class="im">On Fri, Jun 18, 2010 at 06:30:25PM +0200, Eric Noulard wrote:<br>
&gt; 2010/6/18 Tyler Roscoe &lt;<a href="mailto:tyler@cryptio.net">tyler@cryptio.net</a>&gt;:<br>
&gt; &gt; 1. I want to change where &quot;make package&quot; deposits the packages it<br>
&gt; &gt; creates.  Is there a way to do this -- some cpack variable I haven&#39;t<br>
&gt; &gt; found?<br>
&gt;<br>
&gt; No variable I am aware of.<br>
&gt; However you may create a custom target which call make package and then<br>
&gt; move the file, provided you know the name of the generated file ....<br>
<br>
</div>The frustrating part here is that I can&#39;t add_dependencies or post-build<br>
custom_commands to the PACKAGE target because it is a &quot;magic&quot; CMake<br>
target. I suppose I can look into writing a custom_command that runs<br>
cpack with appropriate arguments, but I hoped to avoid this step.<br></blockquote><div><br></div><div>But you could make a &quot;build-products-done&quot; custom target, and then use add_dependencies with that and all the other &quot;real&quot; CMake targets that you have to make it go last after all the real stuff is built.</div>
<div><br></div><div>Then you can add another custom target to do as much &#39;make package&#39; type stuff as you want and make it depend on the &quot;build-products-done&quot; custom target...</div><div><br></div><div>Because to do what you want, you want multiple make package steps anyhow, right?</div>
<div><br></div><div><br></div><div>HTH,</div><div>David</div><div><br></div><div><br></div><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex;">
<div class="im"><br>
&gt; &gt; but how do I calculate &quot;some_extension&quot;? Is there some mapping between package type<br>
&gt; &gt; (TGZ, ZIP, NSIS) and the extension it ends up with (.tar.gz, .zip,<br>
&gt; &gt; .exe)?<br>
&gt;<br>
&gt; Concerning the extension, it is  fixed in the C++ code of the generator<br>
&gt; in the GetOutputExtension method:<br>
<br>
</div>Yeah, I was afraid of this. Looks like I&#39;ll need to maintain my own<br>
mapping of cpack generator types -&gt; extensions on disk.<br>
<br>
Thanks for your help, Eric.<br>
<font color="#888888"><br>
tyler<br>
</font><div><div></div><div class="h5">_______________________________________________<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>