mirror of
https://github.com/Kitware/CMake.git
synced 2026-05-06 22:30:07 -05:00
ENH: Add additional new line after the string to match the change in file command
This commit is contained in:
@@ -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}")
|
||||
|
||||
Reference in New Issue
Block a user