forked from ariadne/pkgconf
cmake: remove DOS line endings from tests
parent
9258874ee1
commit
2e80d72a6f
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue