[cmake-developers] [patch] fix Info.plist parser

Brad King brad.king at kitware.com
Mon Aug 11 13:00:02 EDT 2014


On 08/11/2014 12:54 PM, Ben Boeckel wrote:
>> +    string(REGEX REPLACE "\r" "${eol_char};" info_plist "${info_plist}")
> 
> Do these need to be REGEX REPLACE? Any problem with straight REPLACE?

There are two versions of the commit.  One on master that uses
straight REPLACE, and one backported to release that uses the above.

-Brad




More information about the cmake-developers mailing list