[CMake] Creating RPMs from failing projects with CPack

2016-01-20 Thread Attila Krasznahorkay
Dear All, I have a slightly unusual question (I guess). Is it possible somehow to force CPack to produce RPM files from projects that have build problems? We use CMake in our nightly build system to test the latest changes in our software. When a build problem occurs we don't want the whole bui

Re: [CMake] Creating RPMs from failing projects with CPack

2016-01-20 Thread Domen Vrankar
> I have a slightly unusual question (I guess). Is it possible somehow to force > CPack to produce RPM files from projects that have build problems? > > We use CMake in our nightly build system to test the latest changes in our > software. When a build problem occurs we don't want the whole build

Re: [CMake] Creating RPMs from failing projects with CPack

2016-01-21 Thread Attila Krasznahorkay
Hi Domen, Thanks a lot for the tip! I'll give it a try. (The "monolithic limitation" should not be an issue for us. We do build single RPMs for our projects.) Cheers, Attila > On 21 Jan 2016, at 00:49, Domen Vrankar wrote: > >> I have a slightly unusual question (I guess). Is it p