This website requires JavaScript.
Explore
Help
Sign In
kolan
/
CMake
Watch
1
Star
0
Fork
You've already forked CMake
0
Code
Issues
Pull Requests
Releases
Wiki
Activity
92e9bb2175
CMake
/
Tests
/
RunCMake
/
Syntax
/
StringCRLF-stderr.txt
2 lines
16 B
Plaintext
Raw
Normal View
History
Unescape
Escape
cmListFileLexer: Convert CRLF -> LF newlines explicitly Read input files in binary mode instead of text mode and convert CRLF newlines to LF newlines explicitly in our own buffer. This is necessary to read CMake source files with CRLF newlines on platforms whose C runtime libraries do not transform newlines in text mode. For example, a Cygwin or Linux binary may not transform CRLF -> LF in files read from a Windows filesystem. Perform the conversion ourselves to ensure that multi-line string literals in CMake source files have LF newlines everywhere.
2013-10-14 21:54:19 +04:00
CRLF->LF worked