[CMake] Multi-component packaging support

2008-03-21 Thread Timenkov Yuri
I have following requirement: I have big source tree (~100 projects - libraries or binaries), and want to package them in different ways. And encapsulate packaging knowledge in single place. That is I want that some libraries may enter into different packages. That is pakcageA contains libA and

Re: [CMake] Multi-component packaging support

2008-03-25 Thread Timenkov Yuri
Can anyone point me in right direction? On Friday 21 March 2008 13:08:02 Timenkov Yuri wrote: > I have following requirement: I have big source tree (~100 projects - > libraries or binaries), and want to package them in different ways. And > encapsulate packaging knowledge in single place. > > Tha

Re: [CMake] Multi-component packaging support

2008-03-25 Thread Alexander Neundorf
On Tuesday 25 March 2008, Timenkov Yuri wrote: > Can anyone point me in right direction? Please file a feature request on the cmake bug tracker for cpack. We don't have too much feedback for cpack so this is very valuable. Alex > On Friday 21 March 2008 13:08:02 Timenkov Yuri wrote: > > I have

Re: [CMake] Multi-component packaging support

2008-03-26 Thread Timenkov Yuri
On Tuesday 25 March 2008 19:54:08 Alexander Neundorf wrote: > On Tuesday 25 March 2008, Timenkov Yuri wrote: > > Can anyone point me in right direction? > > Please file a feature request on the cmake bug tracker for cpack. We don't > have too much feedback for cpack so this is very valuable. Ok, I'

Re: [CMake] Multi-component packaging support

2008-03-26 Thread Eric Noulard
2008/3/26, Timenkov Yuri <[EMAIL PROTECTED]>: > On Tuesday 25 March 2008 19:54:08 Alexander Neundorf wrote: > > On Tuesday 25 March 2008, Timenkov Yuri wrote: > > > Can anyone point me in right direction? > > > > Please file a feature request on the cmake bug tracker for cpack. We don't > > ha

Re: [CMake] Multi-component packaging support

2008-03-26 Thread Alexander Neundorf
On Wednesday 26 March 2008, Timenkov Yuri wrote: > On Tuesday 25 March 2008 19:54:08 Alexander Neundorf wrote: > > On Tuesday 25 March 2008, Timenkov Yuri wrote: > > > Can anyone point me in right direction? > > > > Please file a feature request on the cmake bug tracker for cpack. We > > don't have

Re: [CMake] Multi-component packaging support

2008-04-15 Thread Timenkov Yuri
On Tuesday 25 March 2008 19:54:08 Alexander Neundorf wrote: > On Tuesday 25 March 2008, Timenkov Yuri wrote: > > Can anyone point me in right direction? > > Please file a feature request on the cmake bug tracker for cpack. We don't > have too much feedback for cpack so this is very valuable. I play