On Thu, Aug 07, 2014 at 19:36:54 +0200, Tim Blechmann wrote:
> diff --git a/Modules/BundleUtilities.cmake b/Modules/BundleUtilities.cmake
> index b896de2..60d01b5 100644
> --- a/Modules/BundleUtilities.cmake
> +++ b/Modules/BundleUtilities.cmake
> @@ -237,6 +237,7 @@ function(get_bundle_main_executable bundle result_var)
>      file(READ "${bundle}/Contents/Info.plist" info_plist)
>      string(REGEX REPLACE ";" "\\\\;" info_plist "${info_plist}")
>      string(REGEX REPLACE "\n" "${eol_char};" info_plist "${info_plist}")
> +    string(REGEX REPLACE "\r" "${eol_char};" info_plist "${info_plist}")

Do these need to be REGEX REPLACE? Any problem with straight REPLACE?

--Ben
-- 

Powered by www.kitware.com

Please keep messages on-topic and check the CMake FAQ at: 
http://www.cmake.org/Wiki/CMake_FAQ

Kitware offers various services to support the CMake community. For more 
information on each offering, please visit:

CMake Support: http://cmake.org/cmake/help/support.html
CMake Consulting: http://cmake.org/cmake/help/consulting.html
CMake Training Courses: http://cmake.org/cmake/help/training.html

Visit other Kitware open-source projects at 
http://www.kitware.com/opensource/opensource.html

Follow this link to subscribe/unsubscribe:
http://public.kitware.com/mailman/listinfo/cmake-developers

Reply via email to