<br><br><div class="gmail_quote">On Thu, Jun 28, 2012 at 9:05 PM, Eric Noulard <span dir="ltr">&lt;<a href="mailto:eric.noulard@gmail.com" target="_blank">eric.noulard@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">
2012/6/28 hce &lt;<a href="mailto:jupiter.hce@gmail.com">jupiter.hce@gmail.com</a>&gt;:<br>
<div class="im">&gt;<br>
&gt; m.hergarden wrote<br>
&gt;&gt;<br>
&gt;&gt; The unspecified may come from an Install statement that does not have a<br>
&gt;&gt; component specified.<br>
&gt;&gt;<br>
&gt;&gt; Micha<br>
&gt;&gt;<br>
&gt;<br>
&gt; I actually double checked, there are only two install statements which all<br>
&gt; have component specified.  Could it be the bug?<br>
<br>
</div>Yes it could but did you start over from a pristine build tree?<br>
<br>
Could you try:<br>
$ find . -name &quot;cmake_install.cmake&quot;  -exec grep -Hn &quot;Unspecified&quot; {}<br>
\;vi ./Source/kwsys/cmake_install.cmake<br>
<br>
and see if any &quot;cmake_install.cmake&quot; file is containing teh handling<br>
of &quot;Unspecified&quot; ?<br>
<br>
Whatever the result you can always specify the CPACK_COMPONENTS_ALL<br>
yourself in the CMakeListst.txt (before including CPack)  and not let<br>
CPack set it on his own:<br>
<br>
So you can:<br>
set(CPACK_COMPONENTS_ALL yourcomp1 yourcomp2)<br>
...<br>
include(CPack)<br>
<br></blockquote><div><br>Thanks Eric, that did the trick.<br><br> <br></div><blockquote class="gmail_quote" style="margin:0pt 0pt 0pt 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex">
and CPack (when used in component mode) will only install the<br>
specified components<br>
<div class="HOEnZb"><div class="h5"><br>
<br>
--<br>
Erk<br>
Le gouvernement représentatif n&#39;est pas la démocratie --<br>
<a href="http://www.le-message.org" target="_blank">http://www.le-message.org</a><br>
</div></div></blockquote></div><br>