ENH: Add additional new line after the string to match the change in file command
This commit is contained in:
parent
11e212bfc2
commit
add486e818
|
@ -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}")
|
||||
|
|
Loading…
Reference in New Issue