summaryrefslogtreecommitdiffstats
path: root/Modules/Platform/GNUtoMS_lib.bat.in
diff options
context:
space:
mode:
authorBen Boeckel <ben.boeckel@kitware.com>2017-08-23 17:23:25 (GMT)
committerBen Boeckel <ben.boeckel@kitware.com>2017-08-23 17:31:41 (GMT)
commit8ed03baa766b1170bcfa0574525dc16106bf5b5f (patch)
tree26a7683403db90aed1c8d6dbe9dc9fa701f69037 /Modules/Platform/GNUtoMS_lib.bat.in
parent4047003161e0e1e5f9c68e04d3eec4caa97dc90a (diff)
downloadCMake-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/GNUtoMS_lib.bat.in')
-rw-r--r--Modules/Platform/GNUtoMS_lib.bat.in6
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@" %*