diff options
author | Ben Boeckel <ben.boeckel@kitware.com> | 2017-08-23 17:23:25 (GMT) |
---|---|---|
committer | Ben Boeckel <ben.boeckel@kitware.com> | 2017-08-23 17:31:41 (GMT) |
commit | 8ed03baa766b1170bcfa0574525dc16106bf5b5f (patch) | |
tree | 26a7683403db90aed1c8d6dbe9dc9fa701f69037 /Modules/Platform | |
parent | 4047003161e0e1e5f9c68e04d3eec4caa97dc90a (diff) | |
download | CMake-8ed03baa766b1170bcfa0574525dc16106bf5b5f.zip CMake-8ed03baa766b1170bcfa0574525dc16106bf5b5f.tar.gz CMake-8ed03baa766b1170bcfa0574525dc16106bf5b5f.tar.bz2 |
gitattributes: prefer `eol=crlf` to `-crlf`
The `crlf` attribute is deprecated in Git. This also changes the given
files to be in the index using LF newlines, but they will be checked
out with CRLF newlines due to the attribute.
Diffstat (limited to 'Modules/Platform')
-rw-r--r-- | Modules/Platform/GNUtoMS_lib.bat.in | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/Modules/Platform/GNUtoMS_lib.bat.in b/Modules/Platform/GNUtoMS_lib.bat.in index 2da920a..d70aea5 100644 --- a/Modules/Platform/GNUtoMS_lib.bat.in +++ b/Modules/Platform/GNUtoMS_lib.bat.in @@ -1,3 +1,3 @@ -@echo off
-call "@CMAKE_GNUtoMS_BAT@"
-lib /machine:"@CMAKE_GNUtoMS_ARCH@" %*
+@echo off +call "@CMAKE_GNUtoMS_BAT@" +lib /machine:"@CMAKE_GNUtoMS_ARCH@" %* |