Re: [CMake] change where package is generated; full name of package with extension

2010-06-18 Thread David Cole
On Fri, Jun 18, 2010 at 1:12 PM, Tyler Roscoe wrote: > On Fri, Jun 18, 2010 at 01:06:46PM -0400, David Cole wrote: > > On Fri, Jun 18, 2010 at 1:01 PM, Tyler Roscoe wrote: > > > On Fri, Jun 18, 2010 at 06:30:25PM +0200, Eric Noulard wrote: > > > > 2010/6/18 Tyler Roscoe : > > > > > 1. I want to

Re: [CMake] change where package is generated; full name of package with extension

2010-06-18 Thread Eric Noulard
2010/6/18 Tyler Roscoe : > On Fri, Jun 18, 2010 at 06:30:25PM +0200, Eric Noulard wrote: >> 2010/6/18 Tyler Roscoe : >> > 1. I want to change where "make package" deposits the packages it >> > creates.  Is there a way to do this -- some cpack variable I haven't >> > found? >> >> No variable I am aw

Re: [CMake] change where package is generated; full name of package with extension

2010-06-18 Thread Tyler Roscoe
On Fri, Jun 18, 2010 at 01:06:46PM -0400, David Cole wrote: > On Fri, Jun 18, 2010 at 1:01 PM, Tyler Roscoe wrote: > > On Fri, Jun 18, 2010 at 06:30:25PM +0200, Eric Noulard wrote: > > > 2010/6/18 Tyler Roscoe : > > > > 1. I want to change where "make package" deposits the packages it > > > > crea

Re: [CMake] change where package is generated; full name of package with extension

2010-06-18 Thread David Cole
On Fri, Jun 18, 2010 at 1:01 PM, Tyler Roscoe wrote: > On Fri, Jun 18, 2010 at 06:30:25PM +0200, Eric Noulard wrote: > > 2010/6/18 Tyler Roscoe : > > > 1. I want to change where "make package" deposits the packages it > > > creates. Is there a way to do this -- some cpack variable I haven't > >

Re: [CMake] change where package is generated; full name of package with extension

2010-06-18 Thread Tyler Roscoe
On Fri, Jun 18, 2010 at 06:30:25PM +0200, Eric Noulard wrote: > 2010/6/18 Tyler Roscoe : > > 1. I want to change where "make package" deposits the packages it > > creates.  Is there a way to do this -- some cpack variable I haven't > > found? > > No variable I am aware of. > However you may create

Re: [CMake] change where package is generated; full name of package with extension

2010-06-18 Thread Eric Noulard
2010/6/18 Tyler Roscoe : > 1. I want to change where "make package" deposits the packages it > creates.  Is there a way to do this -- some cpack variable I haven't > found? No variable I am aware of. However you may create a custom target which call make package and then move the file, provided yo

[CMake] change where package is generated; full name of package with extension

2010-06-18 Thread Tyler Roscoe
1. I want to change where "make package" deposits the packages it creates. Is there a way to do this -- some cpack variable I haven't found? 2. I want to get a hold of the name (or names) of generated packages. I know the package will be called myproject.some_extension, but how do I calculate "so