From 28abdc93c3b1aebfac0b834337f93d6e0042ce5a Mon Sep 17 00:00:00 2001 From: Brad King Date: Tue, 28 Jan 2014 14:50:56 -0500 Subject: Utilities/Release: Fix newlines on dash2win64 cygwin Tell Git not to perform newline conversion by configuring 'core.autocrlf' to 'false'. Cygwin wants newlines like UNIX. --- Utilities/Release/dash2win64_cygwin.cmake | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Utilities/Release/dash2win64_cygwin.cmake b/Utilities/Release/dash2win64_cygwin.cmake index 663c615..2e57b78 100644 --- a/Utilities/Release/dash2win64_cygwin.cmake +++ b/Utilities/Release/dash2win64_cygwin.cmake @@ -14,7 +14,7 @@ DART_TESTING_TIMEOUT:STRING=7200 set(CXX g++) set(CC gcc) set(SCRIPT_NAME dash2win64cygwin) -set(GIT_EXTRA "git config core.autocrlf true") +set(GIT_EXTRA "git config core.autocrlf false") get_filename_component(path "${CMAKE_CURRENT_LIST_FILE}" PATH) # WARNING: Temporary fix!! This exclusion of the ExternalProject test -- cgit v0.12