Re: [CMake] Sub components with CPack and NSIS

2011-03-08 Thread NoRulez
tag, 08. März 2011 21:53 An: NoRulez Cc: CMake MailingList Betreff: Re: [CMake] Sub components with CPack and NSIS 2011/3/8 NoRulez : > Ok, > > I mean a parent group instead of sub component. > But i doesn't find any documentations about this too. look in CPack.cmake or cmake --

Re: [CMake] Sub components with CPack and NSIS

2011-03-08 Thread Eric Noulard
2011/3/8 NoRulez : > Ok, > > I mean a parent group instead of sub component. > But i doesn't find any documentations about this too. look in CPack.cmake or cmake --help-module CPack > If it isn't implemented in CPack, can i mix cpack and nsis scripts, and if so > how? CPack is using a NSIS tem

Re: [CMake] Sub components with CPack and NSIS

2011-03-08 Thread NoRulez
Ok, I mean a parent group instead of sub component. But i doesn't find any documentations about this too. If it isn't implemented in CPack, can i mix cpack and nsis scripts, and if so how? Best Regards Am 08.03.2011 um 21:36 schrieb Eric Noulard : > 2011/3/8 NoRulez : >> Hello everyone, >>

Re: [CMake] Sub components with CPack and NSIS

2011-03-08 Thread Eric Noulard
2011/3/8 NoRulez : > Hello everyone, > > is there a way to generate sub and sub sub components with CPack and Nsis? Yes theoretically there is. But I never tried. > I would like to have the following structure, but I couldn’t figure out how > to do this: > > Component > | > +---

[CMake] Sub components with CPack and NSIS

2011-03-08 Thread NoRulez
> Hello everyone, > > > > is there a way to generate sub and sub sub components with CPack and Nsis? > > I would like to have the following structure, but I couldn’t figure out how > to do this: > > > > Component > > | > > + Sub Component 1 > > +-

[CMake] Sub components with CPack and NSIS

2011-03-08 Thread NoRulez
Hello everyone, is there a way to generate sub and sub sub components with CPack and Nsis? I would like to have the following structure, but I couldn’t figure out how to do this: Component | + Sub Component 1 + Sub Component 2