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
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
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