Re: [cmake-developers] [PATCH] CPackRPM Module: output RPMBUILDOUT when intended

2015-05-05 Thread Thomas Orozco
Thanks! On Tue, May 5, 2015 at 7:49 AM, Domen Vrankar wrote: >> The following (and attached) patch outputs RPMBUILDERR and RPMBUILDOUT >> as advertised > > Applied: http://www.cmake.org/gitweb?p=cmake.git;a=commit;h=1a2a73a > > Thanks, > Domen -- Powered by www.kitware.com Please keep messages

[cmake-developers] [PATCH] CPackRPM Module: output RPMBUILDOUT when intended

2015-05-04 Thread Thomas Orozco
In debug mode, CPackRPM outputs RPMBUILDERR twice, instead of RPMBUILDERR and RPMBUILDOUT. The following (and attached) patch outputs RPMBUILDERR and RPMBUILDOUT as advertised: --- Modules/CPackRPM.cmake | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Modules/CPackRPM.cmake