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

This commit is contained in:
Andy Cedilnik 2003-07-17 14:56:44 -04:00
parent 11e212bfc2
commit add486e818
1 changed files with 1 additions and 1 deletions

View File

@ -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}")