[cmake-developers] Development pause for sweeping style changes

Brad King brad.king at kitware.com
Tue Aug 14 08:19:10 EDT 2012


On 08/14/2012 02:59 AM, Rolf Eike Beer wrote:
> The first should have done "s/[ \t]+$//", that would have removed the trailing 
> tab in Modules/NSIS.template.in, line 484.

Thanks.  It looks like that was the only case it missed so I just
added it by hand:

 http://cmake.org/gitweb?p=cmake.git;a=commitdiff;h=6c2c483e

I also added one more commit to fix a test failure due to an overly
general regular expression that was kept at bay in the past only by
case differences and exposed now only on certain platforms:

 http://cmake.org/gitweb?p=cmake.git;a=commitdiff;h=3c0488d7

-Brad



More information about the cmake-developers mailing list