From 2e80d72a6f6fd3bc633b0a72638fd9d8e94f3f7a Mon Sep 17 00:00:00 2001 From: Dan Kegel Date: Mon, 5 Jun 2017 13:58:03 -0700 Subject: [PATCH] cmake: remove DOS line endings from tests --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index cedd61c..2c5d20f 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -57,7 +57,7 @@ SET(test_scripts ) # No accounting for taste FOREACH(file ${test_scripts}) - CONFIGURE_FILE(${file}.sh ${file} @ONLY) + CONFIGURE_FILE(${file}.sh ${file} @ONLY NEWLINE_STYLE UNIX) ENDFOREACH() ADD_TEST(kyua