Re: [CMake] Two differents packages in the same cmake project

2008-07-23 Thread Mathieu Malaterre
CMake does not support currently generating two package for the DEB target. A notion of 'Groups' was recently added in CMake CVS and I started investigating how to implement it for the DEB target but never found the time to finish it up :( HTH On Wed, Jul 23, 2008 at 11:53 AM, David <[EMAIL PROTE

[CMake] Two differents packages in the same cmake project

2008-07-23 Thread David
Hello, My problem : I have a project composed from a client and a server. I would like to generate two differents packages (DEB in my case) with CPACK but I'm not sure if it's possible. When I try (for example with two differents projects name in CMakeList and two cpack configurations), I obtain o