Re: [CMake] Rename unspecified component - how?

2011-09-17 Thread Kishore Jonnalagadda
On Sat, Sep 17, 2011 at 2:12 PM, Eric Noulard wrote: > 2011/9/17 Kishore Jonnalagadda : >> In my project I am using the default component for all binaries and a "dev" >> component for headers. >> >> But when I create packages, it creates one called "Unspecified" and another >> called dev. How do I

[CMake] Usage of add_library(... IMPORTED)

2011-09-17 Thread Stefan Reuschl
Hi list, a question about using IMPORTED library targets: The documentation says It may be referenced like any target built within the project. Which would sound nice without the exception in the previous sentence: The target name has scope in the directory in which it is created and below. T

Re: [CMake] Rename unspecified component - how?

2011-09-17 Thread Eric Noulard
2011/9/17 Kishore Jonnalagadda : > > On Sep 17, 2011 2:12 PM, "Eric Noulard" wrote: >> >> 2011/9/17 Kishore Jonnalagadda : >> > In my project I am using the default component for all binaries and a >> > "dev" >> > component for headers. >> > >> > But when I create packages, it creates one called "

Re: [CMake] Rename unspecified component - how?

2011-09-17 Thread Kishore Jonnalagadda
On Sep 17, 2011 2:12 PM, "Eric Noulard" wrote: > > 2011/9/17 Kishore Jonnalagadda : > > In my project I am using the default component for all binaries and a "dev" > > component for headers. > > > > But when I create packages, it creates one called "Unspecified" and another > > called dev. How do

Re: [CMake] Getting the source file list for an executable fails

2011-09-17 Thread Campbell Barton
On Sat, Sep 17, 2011 at 10:36 AM, Michael Hertling wrote: > On 09/16/2011 03:24 AM, Campbell Barton wrote: >> On Fri, Sep 16, 2011 at 11:11 AM, Michael Hertling >> wrote: >>> On 09/16/2011 02:59 AM, Campbell Barton wrote: Hi, I would expect this would work from reading the docs but it gives

Re: [CMake] Rename unspecified component - how?

2011-09-17 Thread Alexander Neundorf
On Saturday, September 17, 2011 08:54:42 AM Kishore Jonnalagadda wrote: > In my project I am using the default component for all binaries and a "dev" > component for headers. > > But when I create packages, it creates one called "Unspecified" and another > called dev. How do I rename the unspecifi

Re: [CMake] Rename unspecified component - how?

2011-09-17 Thread Eric Noulard
2011/9/17 Kishore Jonnalagadda : > In my project I am using the default component for all binaries and a "dev" > component for headers. > > But when I create packages, it creates one called "Unspecified" and another > called dev. How do I rename the unspecified component to be nameless? > > Somethi