Skip to content

Tests: Fix FindPatch test on Windows

Brad King requested to merge brad.king/cmake:test-FindPatch-windows into master

On Windows our input and patch files may have CRLF newlines. Tell patch not to transform them to LF newlines because our baseline will have CRLF newlines too.

Merge request reports