Re: [CMake] CPack/NSIS installation of specific components

2008-04-19 Thread Doug Gregor
On Sat, Apr 19, 2008 at 2:32 PM, Doug Gregor <[EMAIL PROTECTED]> wrote: > > On Fri, Apr 18, 2008 at 11:06 AM, Doug Gregor <[EMAIL PROTECTED]> wrote: > > On Thu, Apr 17, 2008 at 9:33 PM, Doug Gregor <[EMAIL PROTECTED]> wrote: > > > Okay, the bug report is here: > > > > > > http://public.ki

Re: [CMake] CPack/NSIS installation of specific components

2008-04-19 Thread Doug Gregor
On Fri, Apr 18, 2008 at 11:06 AM, Doug Gregor <[EMAIL PROTECTED]> wrote: > On Thu, Apr 17, 2008 at 9:33 PM, Doug Gregor <[EMAIL PROTECTED]> wrote: > > Okay, the bug report is here: > > > > http://public.kitware.com/Bug/view.php?id=6847 > > > > The archive attached to it contains the patch

Re: [CMake] CPack/NSIS installation of specific components

2008-04-18 Thread Doug Gregor
On Thu, Apr 17, 2008 at 9:33 PM, Doug Gregor <[EMAIL PROTECTED]> wrote: > Okay, the bug report is here: > > http://public.kitware.com/Bug/view.php?id=6847 > > The archive attached to it contains the patch (*with* the additional > header) and an example with a few components. I also went ahead

Re: [CMake] CPack/NSIS installation of specific components

2008-04-17 Thread Doug Gregor
On Thu, Apr 17, 2008 at 11:50 AM, David Cole <[EMAIL PROTECTED]> wrote: > Wow. Very ambitious. I like it... > > Your patch is not all that ugly... :-) But it does refer to some things that > are not actually in the patch. D'oh! > How about adding a feature request to the bug tracker for this and

Re: [CMake] CPack/NSIS installation of specific components

2008-04-17 Thread Doug Gregor
On Thu, Apr 17, 2008 at 4:21 PM, Alexander Neundorf <[EMAIL PROTECTED]> wrote: > On Thursday 17 April 2008, Doug Gregor wrote: > > Hello all, > ... > > > Comments? Ideas? Rotten tomatoes? > > > > - Doug > > Could this in some way be related with this one ? > http://www.cmake.org/pipermail/c

Re: [CMake] CPack/NSIS installation of specific components

2008-04-17 Thread Alexander Neundorf
On Thursday 17 April 2008, Doug Gregor wrote: > Hello all, ... > Comments? Ideas? Rotten tomatoes? > > - Doug Could this in some way be related with this one ? http://www.cmake.org/pipermail/cmake/2008-April/021142.html I think the component support could use some enhancements in cpack :-) Alex

Re: [CMake] CPack/NSIS installation of specific components

2008-04-17 Thread David Cole
Wow. Very ambitious. I like it... Your patch is not all that ugly... :-) But it does refer to some things that are not actually in the patch. How about adding a feature request to the bug tracker for this and attaching a zip file (or .tar.gz) with the patch and all the new files that it refers to

[CMake] CPack/NSIS installation of specific components

2008-04-16 Thread Doug Gregor
Hello all, I have a project that consists of several different libraries, each with its own headers and generated library targets. I use the COMPONENT option to the install command to put each library's installed files into a library-specific component. Now, what I would like to do is have these