<br><br><div class="gmail_quote">On Thu, Jun 28, 2012 at 9:05 PM, Eric Noulard <span dir="ltr"><<a href="mailto:eric.noulard@gmail.com" target="_blank">eric.noulard@gmail.com</a>></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 <<a href="mailto:jupiter.hce@gmail.com">jupiter.hce@gmail.com</a>>:<br>
<div class="im">><br>
> m.hergarden wrote<br>
>><br>
>> The unspecified may come from an Install statement that does not have a<br>
>> component specified.<br>
>><br>
>> Micha<br>
>><br>
><br>
> I actually double checked, there are only two install statements which all<br>
> 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 "cmake_install.cmake" -exec grep -Hn "Unspecified" {}<br>
\;vi ./Source/kwsys/cmake_install.cmake<br>
<br>
and see if any "cmake_install.cmake" file is containing teh handling<br>
of "Unspecified" ?<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'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>