Merge topic 'cmake-E-compare_files-eol'

a5098cad94 cmake: Add --ignore-eol option to `-E compare_files` command

Acked-by: Kitware Robot <kwrobot@kitware.com>
Merge-request: !2778
This commit is contained in:
Brad King
2019-01-28 13:26:45 +00:00
committed by Kitware Robot
13 changed files with 37 additions and 7 deletions
@@ -0,0 +1,6 @@
compare_files-ignore-eol
------------------------
* The :manual:`cmake(1)` ``-E compare_files`` command learned a new
``--ignore-eol`` option to specify that end-of-line differences (e.g. LF vs
CRLF) should be ignored when comparing files.