Re: [CMake] Install multiple components using CPack

2013-11-13 Thread Alexander Broekhuis
Hi, 2013/11/11 Mark Stijnman > On Tue, Nov 5, 2013 at 12:11 PM, Alexander Broekhuis > > > The easiest way I know is to use CPACK_COMPONENTS_ALL, which is what I > use to package subsets of my components. > I now solved it using CPACK_INSTALL_CMAKE_PROJECTS and populating it with all components

Re: [CMake] Install multiple components using CPack

2013-11-11 Thread Mark Stijnman
On Tue, Nov 5, 2013 at 12:11 PM, Alexander Broekhuis wrote: > Hi all, > > I have a CMake project for which I want to generate a RPM and/or ZIP file. > But instead of including all components/groups I want to control this. > > I do know I can create a CPack configuration file to create a package fo

[CMake] Install multiple components using CPack

2013-11-05 Thread Alexander Broekhuis
Hi all, I have a CMake project for which I want to generate a RPM and/or ZIP file. But instead of including all components/groups I want to control this. I do know I can create a CPack configuration file to create a package for 1 component using CPACK_INSTALL_CMAKE_PROJECTS, how can I do this for