Browse Source

ENH: Add additional new line after the string to match the change in file command

Andy Cedilnik 22 years ago
parent
commit
add486e818
1 changed files with 1 additions and 1 deletions
  1. 1 1
      Tests/StringFileTest/CMakeLists.txt

+ 1 - 1
Tests/StringFileTest/CMakeLists.txt

@@ -37,7 +37,7 @@ FOREACH(var
     savar
     tuvar
     tlvar)
-  FILE(APPEND "${file}" "#define ${var} \"${${var}}\"")
+  FILE(APPEND "${file}" "#define ${var} \"${${var}}\"\n")
 ENDFOREACH(var)
 
 STRING(REGEX REPLACE "includefile" "${file}" outfile "${infile}")