<p><br>
On Sep 17, 2011 2:12 PM, "Eric Noulard" <<a href="mailto:eric.noulard@gmail.com">eric.noulard@gmail.com</a>> wrote:<br>
><br>
> 2011/9/17 Kishore Jonnalagadda <<a href="mailto:kitts.mailinglists@gmail.com">kitts.mailinglists@gmail.com</a>>:<br>
> > In my project I am using the default component for all binaries and a "dev"<br>
> > component for headers.<br>
> ><br>
> > But when I create packages, it creates one called "Unspecified" and another<br>
> > called dev. How do I rename the unspecified component to be nameless?<br>
> ><br>
> > Something like myproj.deb and myproj-dev.deb?<br>
><br>
> In fact I think currently you can't.<br>
> or may be yo can try<br>
> set(CPACK_COMPONENT_UNSPECIFIED_DISPLAY_NAME "")<br>
> which is not supposed to work but may be it will.<br>
><br>
> I'll think about it a little there may be other way to do what you want.</p>
<p>I'll try that soon. I'm not near my pc at the moment. </p>
<p>Alternatively, is there a way to set the package name per component? I'm thinking of how a typical debian package is split. <br>
1. proj.deb<br>
2. libproj.deb if the application provides libraries that can be used outside the app<br>
3. proj-dev.deb<br>
4. proj-data.deb</p>
<p>... And if it can be supported. <br>
--<br>
Cheers! <br>
Kishore<br>
</p>